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
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-31 12:12:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-31 12:12:13 +0300
commit6a5ef9b75d38f39cd2a6a2392fadfbd3b966b884 (patch)
tree56d7c715f2e312cb0ae47439385f2a6cba6fea5e /qa
parent01cc900e7cc64797e39a7889032325d8c32bfe46 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb b/qa/qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb
index 2b1a81f0afb..be9c1aab3ea 100644
--- a/qa/qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb
+++ b/qa/qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb
@@ -343,7 +343,7 @@ module QA
imported_mrs = project.merge_requests(auto_paginate: true, attempts: 2)
Parallel.map(imported_mrs, in_threads: api_parallel_threads) do |mr|
- resource = build(:merge_request, project: project, idd: mr[:iid], api_client: client)
+ resource = build(:merge_request, project: project, iid: mr[:iid], api_client: client)
[mr[:iid], {
url: mr[:web_url],