diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-06-06 19:05:31 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-06-06 19:05:31 -0700 |
| commit | 225c8cb8843de17abe192b5efc7c0bd9db0b4d75 (patch) | |
| tree | eb838aa0244a9d4ceeb84e44bb2270affde9b4c1 /nova/tests | |
| parent | 727317333978ac5cf0fb1cd3f86e49e9868f1e19 (diff) | |
sanity check
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/test_zones.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/api/openstack/test_zones.py b/nova/tests/api/openstack/test_zones.py index fc70a1679..098577e4c 100644 --- a/nova/tests/api/openstack/test_zones.py +++ b/nova/tests/api/openstack/test_zones.py @@ -215,9 +215,7 @@ class ZonesTest(test.TestCase): # Once to a string and again as an HTTP POST Body req.body = json.dumps(json.dumps({})) - print "********** BODY", req.body res = req.get_response(fakes.wsgi_app()) - print "********** RES", res res_dict = json.loads(res.body) self.assertEqual(res.status_int, 200) |
