Preserve Namespace and MetricName when creating cloudwatch alarm.

This commit is contained in:
Ilya Sukhanov 2016-08-01 17:30:11 -04:00
commit a37838b638
4 changed files with 15 additions and 6 deletions

View file

@ -20,7 +20,7 @@ extras_require = {
setup(
name='moto',
version='0.4.25',
version='0.4.26',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',