summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorBrian Lamar <brian.lamar@rackspace.com>2011-04-12 10:19:37 -0400
committerBrian Lamar <brian.lamar@rackspace.com>2011-04-12 10:19:37 -0400
commitcebc98176926f57016a508d5c59b11f55dfcf2b3 (patch)
tree0bbcbbf0b94e0b54a3afc62b89e63ce0e920757b /nova/tests
parentae30b0a83469b15d1986fdbbef4f1dee52d68c17 (diff)
Commit for merge of metadata_quotas preq.
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/api/openstack/test_servers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py
index 424ed2ec6..ccbdc4b38 100644
--- a/nova/tests/api/openstack/test_servers.py
+++ b/nova/tests/api/openstack/test_servers.py
@@ -981,6 +981,7 @@ class ServersTest(test.TestCase):
res = req.get_response(fakes.wsgi_app())
self.assertEqual(res.status_int, 202)
+ self.assertEqual(res.body, "")
def test_server_rebuild_rejected_when_building(self):
body = {