update saver spec to use the old uploads code

This commit is contained in:
James Lopez 2018-07-12 12:53:57 +02:00
parent 4223a6fe45
commit c2d297d97a
No known key found for this signature in database
GPG key ID: 756BF8E9D7C0CF39

View file

@ -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