Skip to content

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Feb 13, 2024
1 parent 8185cdc commit bd15eb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ def test_safe_url_string_encoding(encoding, url, output):
"http://192.168.0.256", # Invalid IP address
"http://192.168.0.0.0", # Invalid IP address / domain name
"http://[2a01:5cc0:1:2::4]", # https://github.com/scrapy/w3lib/issues/193
"http://[2a01:5cc0:1:2:3:4]", # Invalid IPv6
"https://example.com:", # Removes the :
# Does not convert \ to /
"https://example.com\\a",
Expand Down

0 comments on commit bd15eb9

Please sign in to comment.