Commit ae1dbb47 authored by Sri's avatar Sri

Code review fixups

parent 9b25ce58
......@@ -92,7 +92,7 @@ RSpec.describe Projects::GoogleCloudController do
context 'but feature flag is disabled' do
before do
allow(Feature).to receive(:enabled?).and_return(false)
stub_feature_flags(incubation_5mp_google_cloud: false)
end
it 'returns 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