mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
Add invalid whatsapp username test
This commit is contained in:
@@ -27,6 +27,7 @@ class TestSocialNetwork:
|
|||||||
("StackOverflow", "invalidusername/invalid"),
|
("StackOverflow", "invalidusername/invalid"),
|
||||||
("YouTube", "@invalidusername"),
|
("YouTube", "@invalidusername"),
|
||||||
("NONAME", "@invalidusername"),
|
("NONAME", "@invalidusername"),
|
||||||
|
("WhatsApp", "invalidphone"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_rejects_invalid_networks_and_usernames(self, network, username):
|
def test_rejects_invalid_networks_and_usernames(self, network, username):
|
||||||
|
|||||||
Reference in New Issue
Block a user