summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorMichael Gundlach <michael.gundlach@rackspace.com>2010-09-09 19:23:27 -0400
committerMichael Gundlach <michael.gundlach@rackspace.com>2010-09-09 19:23:27 -0400
commit345749f514291928913a1ecb280b92daec2c0553 (patch)
tree45a2f12685386fa4c8ec3d34d9ec505ff9aa801e /nova/tests
parent4ddcc28c944975c6e03cccf7d360b3ec4c26e848 (diff)
Correct style issues brought up in termie's review
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/api_unittest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/api_unittest.py b/nova/tests/api_unittest.py
index 9f9d32784..ffc78e71d 100644
--- a/nova/tests/api_unittest.py
+++ b/nova/tests/api_unittest.py
@@ -63,7 +63,6 @@ class FakeHttplibConnection(object):
# For some reason, the response doesn't have "HTTP/1.0 " prepended; I
# guess that's a function the web server usually provides.
resp = "HTTP/1.0 %s" % resp
-
sock = FakeHttplibSocket(resp)
self.http_response = httplib.HTTPResponse(sock)
self.http_response.begin()