We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83f92cc + 043dfc3 commit 28e42f5Copy full SHA for 28e42f5
1 file changed
regression/storage.py
@@ -55,7 +55,7 @@ def setUp(self):
55
def tearDown(self):
56
with Batch(CONNECTION) as batch:
57
for bucket_name in self.case_buckets_to_delete:
58
- batch.get_bucket(bucket_name).delete()
+ storage.Bucket(connection=batch, name=bucket_name).delete()
59
60
def test_create_bucket(self):
61
new_bucket_name = 'a-new-bucket'
0 commit comments