From 9bd93f970cd07efc7760d750cb1c7da51b3987d4 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Tue, 25 Mar 2025 17:19:00 +0530 Subject: [PATCH] fix: specs --- spec/controllers/api/v1/accounts/contacts_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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