Commit 53ab8788 authored by Igor Drozdov's avatar Igor Drozdov

Merge branch '244319-broken-master-static-analysis' into 'master'

Resolve "Broken master static analysis"

Closes #244319

See merge request gitlab-org/gitlab!41115
parents 21d68ea2 0ed6fa16
......@@ -21,7 +21,7 @@ module StubObjectStorage
proxy_download: false,
background_upload: false,
direct_upload: false
)
)
allow(config).to receive(:enabled) { enabled }
allow(config).to receive(:proxy_download) { proxy_download }
allow(config).to receive(:background_upload) { background_upload }
......
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