From 5e87d1b0574e962ff3779f4613df692847d8d020 Mon Sep 17 00:00:00 2001 From: Ahmed TAHRI Date: Tue, 15 Oct 2024 09:52:13 +0200 Subject: [PATCH] update test_network.py --- tests/test_network.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_network.py b/tests/test_network.py index 44804700..0b5624d4 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", )