Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Jul 29, 2024
1 parent 37be9b9 commit 889a0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -4911,7 +4911,7 @@ def test_private_bucket(self, private_bucket):
if store_type == 'https':
# Azure blob uses a different error string since container may
# not exist even though the bucket name is ok.
match_str = 'Attempted to fetch a non-existent container'
match_str = 'Attempted to fetch a non-existent public container'
with pytest.raises(sky.exceptions.StorageBucketGetError,
match=match_str):
storage_obj = storage_lib.Storage(source=private_bucket)
Expand Down

0 comments on commit 889a0dd

Please sign in to comment.