diff --git a/tests/test_network.py b/tests/test_network.py index 4480470081..0b5624d4e0 100644 --- a/tests/test_network.py +++ b/tests/test_network.py @@ -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", )