mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Remove BulkEdit test
This commit is contained in:
@ -858,7 +858,16 @@ class VLANTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class VLANDeviceMappingTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
class VLANDeviceMappingTestCase(
|
||||||
|
ViewTestCases.GetObjectViewTestCase,
|
||||||
|
ViewTestCases.GetObjectChangelogViewTestCase,
|
||||||
|
ViewTestCases.CreateObjectViewTestCase,
|
||||||
|
ViewTestCases.EditObjectViewTestCase,
|
||||||
|
ViewTestCases.DeleteObjectViewTestCase,
|
||||||
|
ViewTestCases.ListObjectsViewTestCase,
|
||||||
|
ViewTestCases.BulkImportObjectsViewTestCase,
|
||||||
|
ViewTestCases.BulkDeleteObjectsViewTestCase
|
||||||
|
):
|
||||||
model = VLANDeviceMapping
|
model = VLANDeviceMapping
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@ -917,8 +926,6 @@ class VLANDeviceMappingTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
|||||||
f"{vlans[2].pk},VLAN109,New description 9",
|
f"{vlans[2].pk},VLAN109,New description 9",
|
||||||
)
|
)
|
||||||
|
|
||||||
cls.bulk_edit_data = None
|
|
||||||
|
|
||||||
|
|
||||||
class ServiceTemplateTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
class ServiceTemplateTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
||||||
model = ServiceTemplate
|
model = ServiceTemplate
|
||||||
|
Reference in New Issue
Block a user