mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
HTTP
is now http
This commit is contained in:
parent
5bc2054c3f
commit
ce30baa568
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue