mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 13:38:01 -05:00
Test invalid Bluesky username
This commit is contained in:
@@ -28,6 +28,7 @@ class TestSocialNetwork:
|
||||
("YouTube", "@invalidusername"),
|
||||
("NONAME", "@invalidusername"),
|
||||
("WhatsApp", "invalidphone"),
|
||||
("Bluesky", "invalidusername"),
|
||||
],
|
||||
)
|
||||
def test_rejects_invalid_networks_and_usernames(self, network, username):
|
||||
|
||||
Reference in New Issue
Block a user