Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Infrastructure
* Fix warnings in tests
* Fix `test_keys` unit test after changes in b2sdk

## [3.5.0] - 2022-07-27

Expand Down
2 changes: 0 additions & 2 deletions test/unit/test_console_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,14 +637,12 @@ def test_keys(self):
expected_list_keys_out = """
appKeyId0 goodKeyName-One
appKeyId1 goodKeyName-Two
appKeyId2 goodKeyName-Three
appKeyId3 goodKeyName-Four
"""

expected_list_keys_out_long = """
appKeyId0 goodKeyName-One - - - '' readFiles,listBuckets
appKeyId1 goodKeyName-Two my-bucket-a - - '' readFiles,listBuckets,readBucketEncryption
appKeyId2 goodKeyName-Three id=bucket_1 - - '' readFiles,listBuckets
appKeyId3 goodKeyName-Four - - - '' %s
""" % (','.join(ALL_CAPABILITIES),)

Expand Down