Skip to content

Commit

Permalink
Tests: Remove test url with 0 as port
Browse files Browse the repository at this point in the history
Removes the broken url test with latest urllib3 release.

The 1.26.13 urllib3 release removes all the leading zero in port parsing
so the zero port is similar to do not provide the port:
https://github.com/urllib3/urllib3/releases/tag/1.26.13

Fix #96
  • Loading branch information
danigm committed Dec 5, 2022
1 parent 6d6e64a commit af06f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_client_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def test_invalid_cloud_id(cloud_id):
"/url-prefix",
),
("http://[::1]:3002/url-prefix", "http://[::1]:3002/url-prefix", "/url-prefix"),
("https://[::1]:0/", "https://[::1]:0", ""),
],
)
def test_url_to_node_config(url, node_base_url, path_prefix):
Expand Down

0 comments on commit af06f16

Please sign in to comment.