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

@@ -189,10 +189,7 @@ class VirtualMachineTestCase(ViewTestCases.PrimaryObjectViewTestCase):
}
class VMInterfaceTestCase(
ViewTestCases.GetObjectViewTestCase,
ViewTestCases.DeviceComponentViewTestCase,
):
class VMInterfaceTestCase(ViewTestCases.DeviceComponentViewTestCase):
model = VMInterface
@classmethod