Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/work_items/related_work_item_links/create_service_spec.rb')
-rw-r--r--spec/services/work_items/related_work_item_links/create_service_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/services/work_items/related_work_item_links/create_service_spec.rb b/spec/services/work_items/related_work_item_links/create_service_spec.rb
index 992beb705aa..62d60280902 100644
--- a/spec/services/work_items/related_work_item_links/create_service_spec.rb
+++ b/spec/services/work_items/related_work_item_links/create_service_spec.rb
@@ -28,7 +28,8 @@ RSpec.describe WorkItems::RelatedWorkItemLinks::CreateService, feature_category:
it_behaves_like 'issuable link creation', use_references: false do
let(:response_keys) { [:status, :created_references, :message] }
- let(:already_assigned_error_msg) { "Work items are already linked" }
+ let(:async_notes) { true }
+ let(:already_assigned_error_msg) { "Items are already linked" }
let(:no_found_error_msg) do
'No matching work item found. Make sure you are adding a valid ID and you have access to the item.'
end