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

Extend DeviceComponentViewTestCase to include GetObjectViewTestCase

This commit is contained in:
Jeremy Stretch
2020-06-25 11:04:42 -04:00
parent b08d9a5a8e
commit 3badfd756c
3 changed files with 13 additions and 9 deletions

View File

@@ -917,6 +917,7 @@ class ViewTestCases:
maxDiff = None
class DeviceComponentViewTestCase(
GetObjectViewTestCase,
EditObjectViewTestCase,
DeleteObjectViewTestCase,
ListObjectsViewTestCase,