mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix incorrect test in test_core_config (#135260)
This commit is contained in:
@@ -181,7 +181,8 @@ def test_validate_stun_or_turn_url() -> None:
|
|||||||
invalid_urls = (
|
invalid_urls = (
|
||||||
"custom_stun_server",
|
"custom_stun_server",
|
||||||
"custom_stun_server:3478",
|
"custom_stun_server:3478",
|
||||||
"bum:custom_stun_server:3478" "http://blah.com:80",
|
"bum:custom_stun_server:3478",
|
||||||
|
"http://blah.com:80",
|
||||||
)
|
)
|
||||||
|
|
||||||
valid_urls = (
|
valid_urls = (
|
||||||
|
Reference in New Issue
Block a user