mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-24 18:32:04 +01:00
Fixes #7771: Group assignment should be optional when creating contacts via REST API
This commit is contained in:
@@ -200,7 +200,6 @@ class ContactTest(APIViewTestCases.APIViewTestCase):
|
||||
},
|
||||
{
|
||||
'name': 'Contact 6',
|
||||
'group': contact_groups[1].pk,
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user