fix: Dig params in widget contact end point (#4516)

This commit is contained in:
Muhsin Keloth
2022-04-21 20:39:45 +05:30
committed by GitHub
parent bd0ed322cc
commit b082b0e58c
5 changed files with 6 additions and 19 deletions

View File

@@ -150,7 +150,7 @@ RSpec.describe '/api/v1/widget/messages', type: :request do
headers: { 'X-Auth-Token' => token },
as: :json
expect(response).to have_http_status(:internal_server_error)
expect(response).to have_http_status(:success)
end
end