mirror of https://github.com/eyhc1/rendercv.git
Mastodon in connection tests
This commit is contained in:
parent
0a6728e2d2
commit
6f1259e279
|
@ -648,6 +648,7 @@ class TestDataModel(unittest.TestCase):
|
|||
{"name": "LinkedIn", "value": "username"},
|
||||
{"name": "GitHub", "value": "sinaatalay"},
|
||||
{"name": "Instagram", "value": "username"},
|
||||
{"name": "Mastodon", "value": "user@example.social"},
|
||||
{"name": "phone", "value": "+909999999999"},
|
||||
{"name": "email", "value": "example@example.com"},
|
||||
{"name": "website", "value": "https://www.example.com/"},
|
||||
|
@ -657,6 +658,7 @@ class TestDataModel(unittest.TestCase):
|
|||
"https://www.linkedin.com/in/username",
|
||||
"https://www.github.com/sinaatalay",
|
||||
"https://www.instagram.com/username",
|
||||
HttpUrl("https://example.social/@user"),
|
||||
"+909999999999",
|
||||
"mailto:example@example.com",
|
||||
"https://www.example.com/",
|
||||
|
|
Loading…
Reference in New Issue