From f47486100d244b0eb190d1f7c81bd86aa794f8a5 Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Wed, 21 Feb 2024 20:21:51 -0600 Subject: [PATCH] Update tests/test_adapters.py --- tests/test_adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_adapters.py b/tests/test_adapters.py index 1b0a812453..97e28c797c 100644 --- a/tests/test_adapters.py +++ b/tests/test_adapters.py @@ -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", {})