From 6f1259e279012cd1715c717a76a1e8bbb1b32798 Mon Sep 17 00:00:00 2001 From: Jeffrey Goldberg Date: Mon, 27 Nov 2023 01:10:50 -0600 Subject: [PATCH] Mastodon in connection tests --- tests/test_data_model.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_data_model.py b/tests/test_data_model.py index 8415f85..74f66ae 100644 --- a/tests/test_data_model.py +++ b/tests/test_data_model.py @@ -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/",