Skip to content
Snippets Groups Projects
Commit 4e59b89b authored by Allison Browne's avatar Allison Browne :one:
Browse files

Remove un-used flag stubs

parent 6083b2e6
No related branches found
No related tags found
1 merge request!102187Remove `devops_adoption` and `thing` feature flag stub
......@@ -1068,7 +1068,7 @@
context 'when feature flag is disabled for the group' do
before do
stub_feature_flags(immediate_delete_subgroup_api: false, thing: group)
stub_feature_flags(immediate_delete_subgroup_api: false)
end
it_behaves_like 'does not immediately enqueues the job to delete the group', 'Group has been already marked for deletion'
......
......@@ -9,9 +9,9 @@
gitlab_enable_admin_mode_sign_in(admin)
end
context 'with devops_adoption feature flag disabled' do
context 'without licensed feature devops adoption' do
before do
stub_feature_flags(devops_adoption: false)
stub_licensed_features(devops_adoption: false)
end
it 'has dismissable intro callout' do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment