Skip to content

Commit

Permalink
Fix incorrect test in test_core_config (home-assistant#135260)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Jan 10, 2025
1 parent 033064f commit ad84490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_core_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit ad84490

Please sign in to comment.