summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-11-01 16:15:47 +0000
committerGerrit Code Review <review@openstack.org>2011-11-01 16:15:47 +0000
commit79ae282de89ec534807cb153960db4bccc75e06c (patch)
tree4cfa64fe49a5a91290f2ef9c29c5529ecf0042f3 /nova/tests
parente9f1f3a0ef4968a74f2ec0fcd9c6e40ff1f8a48f (diff)
parent5d0918a270564b14e0974d6f45378ffc79e8a654 (diff)
Merge "Fix 'begining' typo in system usage data bug 884307"
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_compute_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_compute_utils.py b/nova/tests/test_compute_utils.py
index a70e7f5b0..5efb10166 100644
--- a/nova/tests/test_compute_utils.py
+++ b/nova/tests/test_compute_utils.py
@@ -91,7 +91,7 @@ class UsageInfoTestCase(test.TestCase):
self.assertEquals(str(payload['instance_type_id']), str(type_id))
for attr in ('display_name', 'created_at', 'launched_at',
'state', 'state_description', 'fixed_ips',
- 'bandwidth', 'audit_period_begining',
+ 'bandwidth', 'audit_period_beginning',
'audit_period_ending'):
self.assertTrue(attr in payload,
msg="Key %s not in payload" % attr)