summaryrefslogtreecommitdiff
path: root/spec/workers/ci/create_cross_project_pipeline_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/ci/create_cross_project_pipeline_worker_spec.rb')
-rw-r--r--spec/workers/ci/create_cross_project_pipeline_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/ci/create_cross_project_pipeline_worker_spec.rb b/spec/workers/ci/create_cross_project_pipeline_worker_spec.rb
index 22eab1d20f7..492f5e812ee 100644
--- a/spec/workers/ci/create_cross_project_pipeline_worker_spec.rb
+++ b/spec/workers/ci/create_cross_project_pipeline_worker_spec.rb
@@ -29,7 +29,7 @@ describe Ci::CreateCrossProjectPipelineWorker do
expect(Ci::CreateCrossProjectPipelineService)
.not_to receive(:new)
- described_class.new.perform(1234)
+ described_class.new.perform(non_existing_record_id)
end
end
end