diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-23 12:31:15 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-23 12:31:15 -0700 |
| commit | 05e6f82aa971606f7d33fb1de8f2c1c170d030de (patch) | |
| tree | 7fb33849d428cd537d47c317cef87741cb8df3d7 /nova/tests | |
| parent | 6980263b8c31c8c8fc83e236b20950201c206e8c (diff) | |
indenting cleanup
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_zones.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_zones.py b/nova/tests/test_zones.py index 48e1442cf..688dc704d 100644 --- a/nova/tests/test_zones.py +++ b/nova/tests/test_zones.py @@ -96,7 +96,7 @@ class ZoneManagerTestCase(test.TestCase): zm.update_service_capabilities("svc10", "host1", dict(a=99, b=99)) caps = zm.get_zone_capabilities(self, None) self.assertEquals(caps, dict(svc1_a=(2, 20), svc1_b=(3, 30), - svc10_a=(99, 99), svc10_b=(99, 99))) + svc10_a=(99, 99), svc10_b=(99, 99))) zm.update_service_capabilities("svc1", "host3", dict(c=5)) caps = zm.get_zone_capabilities(self, None) |
