Commit e95e1354 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'mc/backstage/stub-license-project-subs-specs' into 'master'

Stub feature instead of feature flag for project subscription in specs

See merge request gitlab-org/gitlab!44192
parents fd3a5db7 c24dc835
......@@ -377,7 +377,7 @@ RSpec.describe Ci::Pipeline do
context 'when feature is not available' do
before do
stub_feature_flags(ci_project_subscriptions: false)
stub_licensed_features(ci_project_subscriptions: false)
end
it 'does not schedule the trigger downstream subscriptions worker' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment