Add tests for missing FilterSet filters

This commit is contained in:
Jeremy Stretch
2024-03-05 17:14:42 -05:00
parent 28dbb0872a
commit 411862a55e
9 changed files with 126 additions and 16 deletions

View File

@@ -522,6 +522,7 @@ class VirtualMachineTestCase(TestCase, ChangeLoggedFilterSetTests):
class VMInterfaceTestCase(TestCase, ChangeLoggedFilterSetTests):
queryset = VMInterface.objects.all()
filterset = VMInterfaceFilterSet
ignore_fields = ('untagged_vlan',)
@classmethod
def setUpTestData(cls):