mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +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 = (
|
||||
"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 = (
|
||||
|
Reference in New Issue
Block a user