Skip to content

Commit

Permalink
tests.py: fix delete_all confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Fields committed Oct 30, 2018
1 parent a12c6fa commit cbb9187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def test_bucket_delete_all_files(self):
assert len(files) > 0, 'Bucket should still contain files'

# Delete all files
bucket.files.delete_all()
bucket.files.delete_all(confirm=True)
assert len(bucket.files.all()) == 0, 'Bucket should be empty'


Expand Down

0 comments on commit cbb9187

Please sign in to comment.