Skip to content

Commit

Permalink
bugfix: ZENKO-881 Delete blobs before source
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett Buchanan committed Aug 1, 2018
1 parent 97f7327 commit 96df558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backbeat/tests/crr/azureBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ describe('Replication with Azure backend', function() {
], done));

afterEach(done => series([
next => utils.deleteVersionedBucket(srcBucket, next),
next => utils.deleteAllBlobs(destContainer, `${srcBucket}/${keyPrefix}`,
next),
next => utils.deleteVersionedBucket(srcBucket, next),
], done));

it('should replicate an object', done => series([
Expand Down

0 comments on commit 96df558

Please sign in to comment.