We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d2431 commit ef3c246Copy full SHA for ef3c246
storage/s3-sdk/s3_sdk_test.py
@@ -85,4 +85,4 @@ def test_list_blobs(capsys, hmac_fixture, test_bucket, test_blob):
85
google_access_key_secret=hmac_fixture[1],
86
bucket_name=test_bucket.name,
87
)
88
- test_blob.name in result
+ assert test_blob.name in result
0 commit comments