mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Use ContentTypeChoiceField for all ContentType fields
This commit is contained in:
@@ -329,7 +329,6 @@ class VLANGroupTestCase(ViewTestCases.OrganizationalObjectViewTestCase):
|
||||
cls.form_data = {
|
||||
'name': 'VLAN Group X',
|
||||
'slug': 'vlan-group-x',
|
||||
'site': sites[1].pk,
|
||||
'description': 'A new VLAN group',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user