moto/moto/cloudwatch
Pieter Jordaan a8cd5fb7fd Change name of 'state' attribute of 'FakeAlarm' CloudWatch model to 'state_value'. This ensures that the 'StateValue' returned by 'describe_alarms' is correct.
The 'DESCRIBE_ALARMS_TEMPLATE' response template references a 'state_value' attribute on the 'FakeAlarm' model which does not exist; it is named 'state'.
This commit updates the attribute to be called 'state_value', in-line with the naming convention used elsewhere.
2018-01-08 13:18:50 +01:00
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
models.py Change name of 'state' attribute of 'FakeAlarm' CloudWatch model to 'state_value'. This ensures that the 'StateValue' returned by 'describe_alarms' is correct. 2018-01-08 13:18:50 +01:00
responses.py fix cloudwatch bug (#1374) 2017-12-05 09:25:08 +00:00
urls.py Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
utils.py Added dashboard methods + tests 2017-09-22 16:38:20 +01:00