1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix views test

This commit is contained in:
Daniel Sheppard
2023-12-01 13:39:21 -06:00
parent 51b432f7e9
commit 80746ed45d

View File

@ -917,14 +917,7 @@ class VLANDeviceMappingTestCase(ViewTestCases.PrimaryObjectViewTestCase):
f"{vlans[2].pk},VLAN109,New description 9",
)
cls.bulk_edit_data = {
'site': sites[1].pk,
'group': vlangroups[1].pk,
'tenant': None,
'status': VLANStatusChoices.STATUS_RESERVED,
'role': roles[1].pk,
'description': 'New description',
}
cls.bulk_edit_data = None
class ServiceTemplateTestCase(ViewTestCases.PrimaryObjectViewTestCase):