Skip to content

Commit

Permalink
add B2 account ID to integration test logs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Apr 19, 2024
1 parent 3af3c2a commit 37d40dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def b2_api(
)
yield api
api.clean_buckets()
summary_notes.append(f"B2 Account ID: {api.account_id!r}")
summary_notes.append(f"Buckets names used during this tests: {api.bucket_name_log!r}")


Expand Down

0 comments on commit 37d40dc

Please sign in to comment.