This commit is contained in:
Bert Blommers 2020-11-11 15:55:37 +00:00
commit 273ca63d59
92 changed files with 515 additions and 1200 deletions

View file

@ -931,10 +931,7 @@ def test_tag_resource_errors():
with pytest.raises(ClientError) as e:
client.tag_resource(
ResourceId="000000000000",
Tags=[
{"Key": "key", "Value": "value"},
],
ResourceId="000000000000", Tags=[{"Key": "key", "Value": "value"},],
)
ex = e.value
ex.operation_name.should.equal("TagResource")