diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-25 16:57:21 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-25 16:57:21 -0400 |
| commit | 51c07f77686473bc73c700aacc7baeecf278a948 (patch) | |
| tree | c63ffa18864317bcf012fa1c76fec2a92d5d0955 | |
| parent | 3e581285132d124265fa9f549d8c942cc11ee402 (diff) | |
Removed print.
| -rw-r--r-- | nova/tests/api/openstack/test_images.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_images.py b/nova/tests/api/openstack/test_images.py index b51a52cfe..3bf710d1a 100644 --- a/nova/tests/api/openstack/test_images.py +++ b/nova/tests/api/openstack/test_images.py @@ -642,7 +642,6 @@ class ImageControllerWithGlanceServiceTest(test.TestCase): def test_get_image_found(self): req = webob.Request.blank('/v1.0/images/123') res = req.get_response(fakes.wsgi_app()) - print self.fixtures image_meta = json.loads(res.body)['image'] expected = {'id': 123, 'name': 'public image', 'updated': self.NOW_API_FORMAT, |
