Commit 0ed6fa16 authored by Rémy Coutable's avatar Rémy Coutable

Fix a static analysis failure

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 291232eb
......@@ -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