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>2023-02-09 18:39:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-09 18:39:53 +0300
commitff0dfda44e6b0896c31ef7822227877c4c95e12c (patch)
tree049db614074bd3343fd1e370113873ffb6ee4fed /spec/workers
parentdbff55cb6962eb6209b1c4ced1cd79fb53607ebd (diff)
Add latest changes from gitlab-org/gitlab@15-8-stable-ee
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/repository_check/dispatch_worker_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/workers/repository_check/dispatch_worker_spec.rb b/spec/workers/repository_check/dispatch_worker_spec.rb
index 146228c0852..829abc7d895 100644
--- a/spec/workers/repository_check/dispatch_worker_spec.rb
+++ b/spec/workers/repository_check/dispatch_worker_spec.rb
@@ -22,10 +22,6 @@ RSpec.describe RepositoryCheck::DispatchWorker do
end
it 'dispatches work to RepositoryCheck::BatchWorker' do
- expect_next_instance_of(Gitlab::GitalyClient::ServerService) do |service|
- expect(service).to receive(:readiness_check).and_return({ success: true })
- end
-
expect(RepositoryCheck::BatchWorker).to receive(:perform_async).at_least(:once)
subject.perform