From 5e2b15d28a2e75883faae4c06a4e1320f3143dff Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 26 May 2021 03:10:53 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/workers/propagate_integration_worker_spec.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'spec/workers') 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 -- cgit v1.2.3