Merge "Fixed spelling error in Ceilometer"

This commit is contained in:
Jenkins 2014-02-22 02:08:29 +00:00 committed by Gerrit Code Review
commit 2f9300f66c
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ class TestAlarms(FunctionalTest,
self.post_json('/alarms', params=json, status=201)
alarms = list(self.conn.get_alarms(enabled=False))
self.assertEqual(1, len(alarms))
# to check to BoundedInt type convertion
# to check to BoundedInt type conversion
json['threshold_rule']['evaluation_periods'] = 3
json['threshold_rule']['period'] = 180
if alarms[0].name == 'added_alarm':