From 889a0dd7189e495b9fadc8530b7af1cbe12c4973 Mon Sep 17 00:00:00 2001 From: Doyoung Kim Date: Mon, 29 Jul 2024 02:22:09 +0000 Subject: [PATCH] nit --- tests/test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_smoke.py b/tests/test_smoke.py index dd319f5dbf7..e1ae480deb8 100644 --- a/tests/test_smoke.py +++ b/tests/test_smoke.py @@ -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)