summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorWilliam Wolf <throughnothing@gmail.com>2011-05-23 16:38:30 -0400
committerWilliam Wolf <throughnothing@gmail.com>2011-05-23 16:38:30 -0400
commit4d1fe953bbfb810f56224b9faae4c10d0d8dfac0 (patch)
treef86b918bfd6760489e8ef0c351c8538debf3adda /nova/tests
parentc34d13c500510563c959db134fbe861d41a4c34d (diff)
got rid of print statement
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/api/openstack/test_servers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py
index b2b0325c2..22beef05f 100644
--- a/nova/tests/api/openstack/test_servers.py
+++ b/nova/tests/api/openstack/test_servers.py
@@ -607,7 +607,6 @@ class ServersTest(test.TestCase):
res = req.get_response(fakes.wsgi_app())
- print "RES BODY:", res.body
server = json.loads(res.body)['server']
self.assertEqual(16, len(server['adminPass']))
self.assertEqual('server_test', server['name'])