Skip to content

Commit

Permalink
Update tests/test_adapters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 authored Feb 22, 2024
1 parent 2da0d16 commit f474861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
def test_request_url_trims_leading_path_separators():
"""See also https://github.com/psf/requests/issues/6643."""
a = requests.adapters.HTTPAdapter()
assert "/v:h" == a.request_url("http://127.0.0.1:10000//v:h")
assert "/v:h" == a.request_url("http://127.0.0.1:10000//v:h", {})

0 comments on commit f474861

Please sign in to comment.