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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-16 18:12:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-16 18:12:07 +0300
commit533ad4ac834baef990e3ebf613c2b1fe54f13127 (patch)
treede9296dc33879a8dd39c130b2d26b3239b786795 /spec/services/work_items/related_work_item_links
parentb1c7c08640ba332bb079cc2cff5d383979b26cc6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/services/work_items/related_work_item_links')
-rw-r--r--spec/services/work_items/related_work_item_links/create_service_spec.rb1
1 files changed, 1 insertions, 0 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 8afbe39459c..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,6 +28,7 @@ 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(: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.'