diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-02-18 16:00:22 -0800 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-02-18 16:00:22 -0800 |
| commit | 3609f1da7e1383b76295c6e8bd1d1dc0d798aa63 (patch) | |
| tree | 9b846ceac7313b70c4de88a219a68814cc900602 | |
| parent | fcd31c4d7c3855cb95ac75d6966b377eca8bbe7d (diff) | |
pep8
| -rw-r--r-- | nova/tests/test_instance_types.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_instance_types.py b/nova/tests/test_instance_types.py index fe052110f..705144cb0 100644 --- a/nova/tests/test_instance_types.py +++ b/nova/tests/test_instance_types.py @@ -59,7 +59,6 @@ class InstanceTypeTestCase(test.TestCase): len(instance_types.get_all_types()), 'instance type not purged') - def test_get_all_instance_types(self): """Ensures that all instance types can be retrieved""" session = get_session() |
