diff --git a/spec/controllers/api/v1/accounts/contacts_controller_spec.rb b/spec/controllers/api/v1/accounts/contacts_controller_spec.rb index c9805003a..eeacf00eb 100644 --- a/spec/controllers/api/v1/accounts/contacts_controller_spec.rb +++ b/spec/controllers/api/v1/accounts/contacts_controller_spec.rb @@ -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