Commit 07612ab4 authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Add regression test for FF access

parent 05ce22b8
...@@ -69,7 +69,7 @@ RSpec.describe Security::StoreScanService do ...@@ -69,7 +69,7 @@ RSpec.describe Security::StoreScanService do
context 'when the `store_security_findings` feature is enabled' do context 'when the `store_security_findings` feature is enabled' do
before do before do
stub_feature_flags(store_security_findings: true) stub_feature_flags(store_security_findings: artifact.project)
end end
it 'calls the `Security::StoreFindingsMetadataService` to store findings' do it 'calls the `Security::StoreFindingsMetadataService` to store findings' 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