fix: specs

This commit is contained in:
Vishnu Narayanan
2025-03-25 17:19:00 +05:30
parent 2e6142c4c3
commit 9bd93f970c
@@ -440,7 +440,7 @@ RSpec.describe 'Contacts API', type: :request do
as: :json
expect(response).to have_http_status(:unprocessable_entity)
expect(response.body).to include('Invalid value. The values provided for country_code are invalid"')
expect(response.body).to include('Invalid value. The values provided for country_code are invalid')
end
end
end