fix(glacier): handle no vault policy error (#1650)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2023-01-04 11:41:56 +01:00
committed by GitHub
parent f0db63da35
commit 54fbaa808e
3 changed files with 14 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ class Test_glacier_vaults_policy_public_access:
assert result[0].status == "PASS"
assert (
result[0].status_extended
== f"Vault {vault_name} has policy which does not allow access to everyone"
== f"Vault {vault_name} does not have a policy"
)
def test_vault_policy_pricipal_aws_list_asterisk(self):