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>2021-05-26 06:10:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-26 06:10:53 +0300
commit5e2b15d28a2e75883faae4c06a4e1320f3143dff (patch)
tree23f0a09610fda935dd6d5318b70879989106a980 /spec/workers
parent294a256ae3173fea9519427fbe9f95126c803872 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/propagate_integration_worker_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/workers/propagate_integration_worker_spec.rb b/spec/workers/propagate_integration_worker_spec.rb
index b8c7f2bebe7..69b335bcbc7 100644
--- a/spec/workers/propagate_integration_worker_spec.rb
+++ b/spec/workers/propagate_integration_worker_spec.rb
@@ -21,11 +21,5 @@ RSpec.describe PropagateIntegrationWorker do
subject.perform(integration.id)
end
-
- it 'ignores overwrite parameter from previous version' do
- expect(Admin::PropagateIntegrationService).to receive(:propagate).with(integration)
-
- subject.perform(integration.id, true)
- end
end
end