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-08-17 09:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-17 09:08:59 +0300
commit04ebfaf17cfb4c85e29316937d7d44667ccc049f (patch)
tree1412f99a9f87829835b399e4520fe84f28f71240 /spec/controllers
parentc5d41b84ce494fe36bb4f49458bb855ad15d8817 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/admin/integrations_controller_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/controllers/admin/integrations_controller_spec.rb b/spec/controllers/admin/integrations_controller_spec.rb
index 3d37fe7bf79..64ae2a95b4e 100644
--- a/spec/controllers/admin/integrations_controller_spec.rb
+++ b/spec/controllers/admin/integrations_controller_spec.rb
@@ -131,18 +131,6 @@ RSpec.describe Admin::IntegrationsController do
expect(response).to render_template 'shared/integrations/overrides'
expect(assigns(:integration)).to eq(instance_integration)
end
-
- context 'when `instance_level_integration_overrides` is not enabled' do
- before do
- stub_feature_flags(instance_level_integration_overrides: false)
- end
-
- it 'renders a 404' do
- subject
-
- expect(response).to have_gitlab_http_status(:not_found)
- end
- end
end
end
end