diff --git a/tests/test_client_functional.py b/tests/test_client_functional.py index d53c2aded3a..b12836e94c7 100644 --- a/tests/test_client_functional.py +++ b/tests/test_client_functional.py @@ -2472,7 +2472,7 @@ async def handler_redirect(request): ) NON_HTTP_URL_WITH_ERROR_MESSAGE = ( - ("call:+3801234567", r"call:\+3801234567"), + ("call:+380123456789", r"call:\+380123456789"), ("skype:handle", "skype:handle"), ("slack://instance/room", "slack://instance/room"), ("steam:code", "steam:code"),