Update test_data_models.py

fix ORCID punctuation error
This commit is contained in:
flowrolltide 2024-05-26 15:54:35 -04:00
parent 39f8e4fd58
commit 76536cd79e
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ def test_invalid_social_networks(network, username):
("LinkedIn", "myusername", "https://linkedin.com/in/myusername"),
("GitHub", "myusername", "https://github.com/myusername"),
("Instagram", "myusername", "https://instagram.com/myusername"),
("Orcid", "myusername", "https://orcid.org/myusername"),
("ORCID", "myusername", "https://orcid.org/myusername"),
("Twitter", "myusername", "https://twitter.com/myusername"),
("Mastodon", "@myusername@test.org", "https://test.org/@myusername"),
(