Commit c24dc835 authored by Matija Čupić's avatar Matija Čupić

Stub license feature instead of FF

parent 67088561
......@@ -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