[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-26 11:41:30 +00:00
commit c2070edb69

View file

@ -763,9 +763,7 @@ def test_fetch_url_raw_dns_pinning_proxy_opt_out(monkeypatch, disable_dns_pinnin
# No embedded credentials: the web access policy rejects those outright
# (see test_fetch_url_raw_rejects_embedded_credentials).
err, body, _content_type = tools_mod._fetch_url_raw(
"https://example.com:8443/page?q=1"
)
err, body, _content_type = tools_mod._fetch_url_raw("https://example.com:8443/page?q=1")
assert err is None
assert body == "ok"