mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
5509 fix test
This commit is contained in:
parent
5a6deb5769
commit
a34e6813ff
@ -107,7 +107,7 @@ class CustomLinkTestCase(ViewTestCases.BaseObjectViewTestCase, ViewTestCases.Cre
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class SavedFilterTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
class SavedFilterTestCase(ViewTestCases.BaseObjectViewTestCase, ViewTestCases.CreateObjectViewTestCase):
|
||||||
model = SavedFilter
|
model = SavedFilter
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user