make linter happy
This commit is contained in:
parent
50974aa9b2
commit
6e490a9190
2 changed files with 4 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue