make linter happy

This commit is contained in:
Tim Gatzemeier 2020-03-16 21:58:50 +01:00
commit 6e490a9190
2 changed files with 4 additions and 2 deletions

View file

@ -141,6 +141,7 @@ def test_alarm_state():
resp = client.describe_alarms()
len(resp["MetricAlarms"]).should.equal(2)
@mock_cloudwatch
def test_put_metric_data_no_dimensions():
conn = boto3.client("cloudwatch", region_name="us-east-1")