fixes bug in resourcetaggingapi/get_kms_tags
This commit is contained in:
parent
1432e82606
commit
38413577fc
4 changed files with 26 additions and 10 deletions
|
|
@ -682,7 +682,7 @@ def test__assert_default_policy():
|
|||
)
|
||||
|
||||
|
||||
@mock_kms
|
||||
@mock_kms_deprecated
|
||||
def test_key_tagging_happy():
|
||||
client = boto3.client("kms", region_name="us-east-1")
|
||||
key = client.create_key(Description="test-key-tagging")
|
||||
|
|
@ -702,7 +702,7 @@ def test_key_tagging_happy():
|
|||
assert expected == actual
|
||||
|
||||
|
||||
@mock_kms
|
||||
@mock_kms_deprecated
|
||||
def test_key_tagging_sad():
|
||||
b = KmsBackend()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue