Skip to content

Commit e7b4da1

Browse files
stefanorsethmlarson
authored andcommitted
Mark test_wrong_host_succeeds_with_hostname_verification_disabled with internet flag
1 parent be00a60 commit e7b4da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_api.py

+1
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ def test_requests_sslcontext_api_failures(failure):
372372
assert "cert" in repr(e.value).lower() and "verif" in repr(e.value).lower()
373373

374374

375+
@pytest.mark.internet
375376
def test_wrong_host_succeeds_with_hostname_verification_disabled() -> None:
376377
global wrong_host_failure_host
377378

0 commit comments

Comments
 (0)