Improve error handling process_play_media_url (#68322)
This commit is contained in:
parent
ed94cc3673
commit
929df2bc29
9 changed files with 59 additions and 21 deletions
|
@ -91,3 +91,4 @@ def test_normalize_url():
|
|||
network_util.normalize_url("https://example.com:443/test/")
|
||||
== "https://example.com/test"
|
||||
)
|
||||
assert network_util.normalize_url("/test/") == "/test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue