Skip to content

Commit

Permalink
update test_network.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 15, 2024
1 parent 7a1c341 commit 5e87d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit 5e87d1b

Please sign in to comment.