diff options
| author | Josh Kearney <josh@jk0.org> | 2011-08-18 12:20:40 -0500 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2011-08-18 12:20:40 -0500 |
| commit | a68c1cde2e73e6d39d7ff6024cd3ff289c465619 (patch) | |
| tree | dda9735ca6a9d23f09d3b2245d00e22e0ad15186 /nova/tests | |
| parent | 9011bf57d8caf8a0bd11dfb33cf968b2b65fe294 (diff) | |
Refactored a little and updated unit test.
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/test_extensions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_extensions.py b/nova/tests/api/openstack/test_extensions.py index 5d3208e10..34a4b3f89 100644 --- a/nova/tests/api/openstack/test_extensions.py +++ b/nova/tests/api/openstack/test_extensions.py @@ -94,6 +94,7 @@ class ExtensionControllerTest(test.TestCase): "Quotas", "SecurityGroups", "Volumes", + "Rescue", ] self.ext_list.sort() |
