chore: Update dependencies to the latest versions (#5033)

This commit is contained in:
Sojan Jose
2022-07-15 09:51:59 +07:00
committed by GitHub
parent ea1a27c7d4
commit 4187428729
122 changed files with 546 additions and 526 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ describe '/widget', type: :request do
it 'returns 404 when called with out website_token' do
get widget_url
expect(response.status).to eq(404)
expect(response).to have_http_status(:not_found)
end
end
end