We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265a0fc commit ccc08a7Copy full SHA for ccc08a7
1 file changed
test/test_hyper.py
@@ -56,8 +56,8 @@ def test_connections_accept_proxy_hosts_and_ports(self):
56
assert c.proxy_port == 8443
57
58
def test_connections_can_parse_proxy_hosts_and_ports(self):
59
- c = HTTP20Connection('www.google.com',
60
- proxy_host='localhost',
+ c = HTTP20Connection('www.google.com',
+ proxy_host='localhost',
61
proxy_port=8443)
62
assert c.host == 'www.google.com'
63
assert c.proxy_host == 'localhost'
0 commit comments