From ad8449054129da5e76caa4f6fc61c1466ba182d7 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:10:23 +0100 Subject: [PATCH] Fix incorrect test in test_core_config (#135260) --- tests/test_core_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_core_config.py b/tests/test_core_config.py index dae50bae0970db..6c7e188df6dd9a 100644 --- a/tests/test_core_config.py +++ b/tests/test_core_config.py @@ -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 = (