Skip to content

Add social handles #3412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 5, 2024
Merged
Prev Previous commit
Next Next commit
extending existing test
  • Loading branch information
sjanssen2 committed Jun 4, 2024
commit 405181a05a5958c6feb7641dc4a2569a70a33efc
5 changes: 4 additions & 1 deletion qiita_pet/test/test_user_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ def test_post_profile(self):
'affiliation': ['NEWNAME'],
'address': ['ADDRESS'],
'name': ['TESTDUDE'],
'phone': ['111-222-3333']}
'phone': ['111-222-3333'],
'social_orcid': [''],
'social_googlescholar': [''],
'social_researchgate': ['']}
response = self.post('/profile/', post_args)
self.assertEqual(response.code, 200)

Expand Down