From 5d0918a270564b14e0974d6f45378ffc79e8a654 Mon Sep 17 00:00:00 2001 From: Monsyne Dragon Date: Mon, 31 Oct 2011 17:15:37 +0000 Subject: Fix 'begining' typo in system usage data bug 884307 audit_period_begining should be audit_period_beginning. Change-Id: I7c29cef105454ade6fa13558ca5e3e4fbaf77149 --- nova/tests/test_compute_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/tests') diff --git a/nova/tests/test_compute_utils.py b/nova/tests/test_compute_utils.py index 0baa6ef87..61d5cac06 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) -- cgit