summaryrefslogtreecommitdiff
path: root/spec/services/customer_relations/contacts/create_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/customer_relations/contacts/create_service_spec.rb')
-rw-r--r--spec/services/customer_relations/contacts/create_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/customer_relations/contacts/create_service_spec.rb b/spec/services/customer_relations/contacts/create_service_spec.rb
index 567e1c91e78..db6cce799fe 100644
--- a/spec/services/customer_relations/contacts/create_service_spec.rb
+++ b/spec/services/customer_relations/contacts/create_service_spec.rb
@@ -20,7 +20,7 @@ RSpec.describe CustomerRelations::Contacts::CreateService do
it 'returns an error' do
expect(response).to be_error
- expect(response.message).to match_array(['You have insufficient permissions to create a contact for this group'])
+ expect(response.message).to match_array(['You have insufficient permissions to manage contacts for this group'])
end
end