diff --git a/test/integration/conftest.py b/test/integration/conftest.py index 4ad69287..d3334283 100755 --- a/test/integration/conftest.py +++ b/test/integration/conftest.py @@ -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}")