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

@ -448,9 +448,7 @@ 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