diff --git a/test/functional/swift_test_client.py b/test/functional/swift_test_client.py index 2a161ac6a0..f5e35c7a25 100644 --- a/test/functional/swift_test_client.py +++ b/test/functional/swift_test_client.py @@ -267,10 +267,6 @@ class Connection(object): for (x, y) in parms.items()] path = '%s?%s' % (path, '&'.join(query_args)) - query_args = ['%s=%s' % (urllib.quote(x), - urllib.quote(str(y))) for (x, y) in parms.items()] - path = '%s?%s' % (path, '&'.join(query_args)) - self.connection = self.conn_class(self.storage_host, port=self.storage_port) #self.connection.set_debuglevel(3)