fix cloudwatch bug (#1374)

* bugfix + add tests
This commit is contained in:
Alexander Mohr 2017-12-05 01:25:08 -08:00 committed by Terry Cain
commit 81f3cbb548
4 changed files with 62 additions and 9 deletions

View file

@ -1,5 +1,8 @@
import boto
from boto.ec2.cloudwatch.alarm import MetricAlarm
import boto3
from datetime import datetime, timedelta
import pytz
import sure # noqa
from moto import mock_cloudwatch_deprecated