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>2022-10-04 18:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-04 18:09:33 +0300
commitbf6d126a58a66a11b2e4b9de89986174a1885105 (patch)
treebf2912b22073ed86969a56935d81cae0b73e710b /spec/workers/bulk_imports
parent7928b47c8e06c1ac3f63d321a73dd527aea4e4c3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers/bulk_imports')
-rw-r--r--spec/workers/bulk_imports/pipeline_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/bulk_imports/pipeline_worker_spec.rb b/spec/workers/bulk_imports/pipeline_worker_spec.rb
index 995e2e6c6a9..cc403f91191 100644
--- a/spec/workers/bulk_imports/pipeline_worker_spec.rb
+++ b/spec/workers/bulk_imports/pipeline_worker_spec.rb
@@ -376,7 +376,7 @@ RSpec.describe BulkImports::PipelineWorker do
hash_including(
'pipeline_name' => 'NdjsonPipeline',
'entity_id' => entity.id,
- 'message' => 'Error!'
+ 'message' => 'Export from source instance failed: Error!'
)
)
end