[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
376ecfa760
commit
c2070edb69
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue