Skip to content

Commit ad84490

Browse files
authored
Fix incorrect test in test_core_config (home-assistant#135260)
1 parent 033064f commit ad84490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tests/test_core_config.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ def test_validate_stun_or_turn_url() -> None:
181181
invalid_urls = (
182182
"custom_stun_server",
183183
"custom_stun_server:3478",
184-
"bum:custom_stun_server:3478" "http://blah.com:80",
184+
"bum:custom_stun_server:3478",
185+
"http://blah.com:80",
185186
)
186187

187188
valid_urls = (

0 commit comments

Comments
 (0)