Skip to content

Commit 405181a

Browse files
committed
extending existing test
1 parent 9fb66ce commit 405181a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

qiita_pet/test/test_user_handlers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ def test_post_profile(self):
3737
'affiliation': ['NEWNAME'],
3838
'address': ['ADDRESS'],
3939
'name': ['TESTDUDE'],
40-
'phone': ['111-222-3333']}
40+
'phone': ['111-222-3333'],
41+
'social_orcid': [''],
42+
'social_googlescholar': [''],
43+
'social_researchgate': ['']}
4144
response = self.post('/profile/', post_args)
4245
self.assertEqual(response.code, 200)
4346

0 commit comments

Comments
 (0)