Improve error handling process_play_media_url (#68322)

This commit is contained in:
Paulus Schoutsen 2022-03-20 20:25:15 -07:00 committed by GitHub
parent ed94cc3673
commit 929df2bc29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 59 additions and 21 deletions

View file

@ -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"