From ff0dfda44e6b0896c31ef7822227877c4c95e12c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 9 Feb 2023 15:39:53 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-8-stable-ee --- spec/requests/health_controller_spec.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/requests') diff --git a/spec/requests/health_controller_spec.rb b/spec/requests/health_controller_spec.rb index 83ec1565095..639f6194af9 100644 --- a/spec/requests/health_controller_spec.rb +++ b/spec/requests/health_controller_spec.rb @@ -127,10 +127,6 @@ RSpec.describe HealthController, feature_category: :database do end it 'responds with readiness checks data' do - expect_next_instance_of(Gitlab::GitalyClient::ServerService) do |service| - expect(service).to receive(:readiness_check).and_return({ success: true }) - end - subject expect(json_response['db_check']).to contain_exactly({ 'status' => 'ok' }) -- cgit v1.2.3