Commit d110fa5f authored by Jonathan Schafer's avatar Jonathan Schafer

Set test feature flag to false for project

parent 0342efb5
......@@ -4,6 +4,7 @@ RSpec.shared_examples 'forbids access to vulnerability API endpoint in case of d
context 'when "first-class vulnerabilities" feature is disabled' do
before do
stub_feature_flags(first_class_vulnerabilities: false)
stub_feature_flags(first_class_vulnerabilities: { enabled: false, thing: project })
end
it 'responds with "not found"' 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