summaryrefslogtreecommitdiffstats
path: root/test/functional/swift_test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/swift_test_client.py')
-rw-r--r--test/functional/swift_test_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/swift_test_client.py b/test/functional/swift_test_client.py
index bf101ed..47e023e 100644
--- a/test/functional/swift_test_client.py
+++ b/test/functional/swift_test_client.py
@@ -302,7 +302,6 @@ class Connection(object):
self.connection.send('0\r\n\r\n')
self.response = self.connection.getresponse()
- self.response.read()
self.connection.close()
return self.response.status