mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix incorrect test in test_core_config (#135260)
This commit is contained in:
parent
033064f832
commit
ad84490541
@ -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 = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user