[#2180] Iterate over storage keys rather than blobs
To create less confusion on dev
This commit is contained in:
parent
c6c8bea095
commit
907e87809b
3 changed files with 43 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue