Back to Black
This commit is contained in:
parent
ea489bce6c
commit
5697ff87a8
112 changed files with 1803 additions and 977 deletions
|
|
@ -931,7 +931,10 @@ 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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue