Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Bolonio committed Feb 5, 2024
1 parent a13ea55 commit 7cd78b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/test_kms_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ def test_kms_policy_documents(kms_key):


def test_kms_no_policy(kms_key_no_policy):
assert kms_key_no_policy.Properties.KeyPolicy == None
assert kms_key_no_policy.Properties.KeyPolicy is None

0 comments on commit 7cd78b5

Please sign in to comment.