Back to Black
This commit is contained in:
parent
ea489bce6c
commit
5697ff87a8
112 changed files with 1803 additions and 977 deletions
|
|
@ -448,7 +448,9 @@ def test_describe_subscription_filters_errors():
|
|||
|
||||
# when
|
||||
with pytest.raises(ClientError) as e:
|
||||
client.describe_subscription_filters(logGroupName="not-existing-log-group",)
|
||||
client.describe_subscription_filters(
|
||||
logGroupName="not-existing-log-group",
|
||||
)
|
||||
|
||||
# then
|
||||
ex = e.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue