summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorAlex Meade <alex.meade@rackspace.com>2011-07-25 13:28:22 -0400
committerAlex Meade <alex.meade@rackspace.com>2011-07-25 13:28:22 -0400
commite24988c3b154d188ac69030d0b1d2811fb91d2e7 (patch)
tree97bb030b97122ff05eaed3b9bad0f74aeb6bdb46 /nova/tests
parenta158166a1148a1ea35a04fb25b10361d86f36138 (diff)
Fixed bad test
Fixed using wrong variable
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/api/openstack/test_images.py2
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>