Skip to content

Commit

Permalink
Make the phone number test case realistic
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Feb 12, 2024
1 parent 89f9757 commit 86645df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 86645df

Please sign in to comment.