Fix incorrect test in test_core_config (#135260)

This commit is contained in:
epenet 2025-01-10 11:10:23 +01:00 committed by GitHub
parent 033064f832
commit ad84490541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,7 +181,8 @@ def test_validate_stun_or_turn_url() -> None:
invalid_urls = (
"custom_stun_server",
"custom_stun_server:3478",
"bum:custom_stun_server:3478" "http://blah.com:80",
"bum:custom_stun_server:3478",
"http://blah.com:80",
)
valid_urls = (