update saver spec to use the old uploads code
This commit is contained in:
parent
4223a6fe45
commit
c2d297d97a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ describe Gitlab::ImportExport::UploadsSaver do
|
|||
let(:shared) { project.import_export_shared }
|
||||
|
||||
before do
|
||||
stub_feature_flags(import_export_object_storage: false)
|
||||
allow_any_instance_of(Gitlab::ImportExport).to receive(:storage_path).and_return(export_path)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue