diff --git a/test/test_capture_http_proxy.py b/test/test_capture_http_proxy.py index fb8e6f69..03a2fd4e 100644 --- a/test/test_capture_http_proxy.py +++ b/test/test_capture_http_proxy.py @@ -32,8 +32,8 @@ def handle_error(self, request, client_address): addr, cls.port = server.socket.getsockname() cls.proxies = { - 'https': 'http://proxy.com:' + str(cls.port), - 'http': 'http://proxy.com:' + str(cls.port) + 'https': 'proxy.com:' + str(cls.port), + 'http': 'proxy.com:' + str(cls.port) } def run():