Linting
This commit is contained in:
parent
cb6731f340
commit
273ca63d59
92 changed files with 515 additions and 1200 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue