[#2180] Iterate over storage keys rather than blobs

To create less confusion on dev
This commit is contained in:
Frederic Merizen 2018-12-07 13:45:23 +01:00
parent c6c8bea095
commit 907e87809b
3 changed files with 43 additions and 25 deletions

View file

@ -54,7 +54,7 @@ describe 'CellarAdapter' do
subject { session.send(:parse_bucket_listing, response) }
it { is_expected.to eq(["sample1.jpg", "sample2.jpg"]) }
it { is_expected.to eq([["sample1.jpg", "sample2.jpg"], false]) }
end
describe 'bulk_deletion_request_body' do