Skip to content

Commit

Permalink
🐛 improve parse_scheme util function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Jan 22, 2025
1 parent 6492649 commit da9734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_entry_points(self):
(MissingSchema, "hiwpefhipowhefopw"),
(InvalidSchema, "localhost:3128"),
(MissingSchema, "localhost.localdomain:3128/"),
(MissingSchema, "10.122.1.1:3128/"),
(InvalidSchema, "10.122.1.1:3128/"),
(InvalidURL, "http://"),
(InvalidURL, "http://*example.com"),
(InvalidURL, "http://.example.com"),
Expand Down

0 comments on commit da9734d

Please sign in to comment.