HTTP is now http

This commit is contained in:
MKLeb 2023-06-15 12:23:39 -04:00 committed by Daniel Wozniak
parent 5bc2054c3f
commit ce30baa568

View file

@ -250,7 +250,7 @@ def test_query_proxy(httpserver):
)
assert mock_session.return_value.proxies == {
"HTTP": "http://salt_test:super_secret@127.0.0.1:88"
"http": "http://salt_test:super_secret@127.0.0.1:88"
}
opts["no_proxy"] = [httpserver.host]