Fixes #7771: Group assignment should be optional when creating contacts via REST API

This commit is contained in:
jeremystretch
2021-11-08 08:34:10 -05:00
parent f7d0db9cd2
commit 2ce8ef5704
3 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,6 @@ class ContactTest(APIViewTestCases.APIViewTestCase):
},
{
'name': 'Contact 6',
'group': contact_groups[1].pk,
},
]