update test_network.py

This commit is contained in:
Ahmed TAHRI 2024-10-15 09:52:13 +02:00
parent 7a1c3419ef
commit 5e87d1b057

View File

@ -41,6 +41,7 @@ def test_ensure_interface_and_port_parameters(httpbin):
def test_happy_eyeballs(remote_httpbin_secure):
r = http(
"--heb", # this will automatically and concurrently try IPv6 and IPv4 endpoints
"--verify=no",
remote_httpbin_secure + "/get",
)