diff options
| author | Alex Meade <alex.meade@rackspace.com> | 2011-07-25 13:28:22 -0400 |
|---|---|---|
| committer | Alex Meade <alex.meade@rackspace.com> | 2011-07-25 13:28:22 -0400 |
| commit | e24988c3b154d188ac69030d0b1d2811fb91d2e7 (patch) | |
| tree | 97bb030b97122ff05eaed3b9bad0f74aeb6bdb46 /nova/tests | |
| parent | a158166a1148a1ea35a04fb25b10361d86f36138 (diff) | |
Fixed bad test
Fixed using wrong variable
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/test_images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_images.py b/nova/tests/api/openstack/test_images.py index 17f2fb755..87a695dde 100644 --- a/nova/tests/api/openstack/test_images.py +++ b/nova/tests/api/openstack/test_images.py @@ -538,7 +538,7 @@ class ImageControllerWithGlanceServiceTest(test.TestCase): # because the element hasn't changed definition expected = minidom.parseString(""" <itemNotFound code="404" - xmlns="http://docs.rackspacecloud.com/servers/api/v1.0"> + xmlns="http://docs.openstack.org/compute/api/v1.1"> <message> Image not found. </message> |
