diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-07-27 12:06:12 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-07-27 12:06:12 -0400 |
| commit | 6dead0b1706f3b2279504437aca63a3291dc2347 (patch) | |
| tree | 4e47af99aac3e9fc5287bac90a3259087b7b191c | |
| parent | c5c3a5696d11320e7fe0bfbe942610e93fbd1ab4 (diff) | |
pep8
| -rw-r--r-- | nova/tests/api/openstack/test_versions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_versions.py b/nova/tests/api/openstack/test_versions.py index 9460e1004..cbc98a4b4 100644 --- a/nova/tests/api/openstack/test_versions.py +++ b/nova/tests/api/openstack/test_versions.py @@ -649,7 +649,6 @@ class VersionsTest(test.TestCase): for key, val in versions_data['choices'][0]['links'][0].items(): self.assertEqual(link.get(key), val) - def test_version_detail_xml_serializer(self): version_data = { "version" : { |
