summaryrefslogtreecommitdiff
path: root/spec/controllers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-17 12:09:20 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-17 12:09:20 +0000
commit6b97ea1f8008a7ddb22b1faa03496cf46c546c05 (patch)
tree944c51ba3a245ab478efb74c11b838646f2a4581 /spec/controllers
parent6bbf310347d4b857b111bc3b54e8a16e2e2e61c7 (diff)
downloadgitlab-ce-6b97ea1f8008a7ddb22b1faa03496cf46c546c05.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/projects/autocomplete_sources_controller_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/controllers/projects/autocomplete_sources_controller_spec.rb b/spec/controllers/projects/autocomplete_sources_controller_spec.rb
index 79edc261809..a5274b6543e 100644
--- a/spec/controllers/projects/autocomplete_sources_controller_spec.rb
+++ b/spec/controllers/projects/autocomplete_sources_controller_spec.rb
@@ -114,17 +114,5 @@ RSpec.describe Projects::AutocompleteSourcesController do
end
end
end
-
- context 'when feature flag is disabled' do
- before do
- stub_feature_flags(customer_relations: false)
- end
-
- it 'renders 404' do
- get :contacts, format: :json, params: { namespace_id: group.path, project_id: project.path }
-
- expect(response).to have_gitlab_http_status(:not_found)
- end
- end
end
end