Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 54fc80c

Browse files
committed
Fix test case to match updated default port in to_host_port_tuple
1 parent 7016773 commit 54fc80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_hyper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_connections_can_parse_ipv6_hosts_and_ports(self):
6868
proxy_host='[ffff:aaaa::1]:8443')
6969

7070
assert c.host == 'abcd:dcba::1234'
71-
assert c.port == 80
71+
assert c.port == 443
7272
assert c.proxy_host == 'ffff:aaaa::1'
7373
assert c.proxy_port == 8443
7474

0 commit comments

Comments
 (0)