File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ def bucket_manager(
234234 # showing account_id in the logs is safe; so we explicitly prevent it from being redacted
235235 summary_notes .append (f'B2 Account ID: { application_key_id [:1 ]!r} { application_key_id [1 :]!r} ' )
236236 summary_notes .append (
237- f'Buckets names used during this tests: { bucket_manager .bucket_name_log !r} '
237+ f'Buckets names used during this tests: { bucket_manager .bucket_name_mapping !r} '
238238 )
239239
240240
Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ def get_or_create_persistent_bucket(bucket_manager: BucketManager) -> Bucket:
5757 }
5858 ],
5959 )
60- # add the new bucket name to the list of bucket names
61- bucket_manager .bucket_name_log .append (bucket_name )
6260 return bucket
6361
6462
You can’t perform that action at this time.
0 commit comments