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

Enable get view tests for organizational objects

This commit is contained in:
Jeremy Stretch
2021-03-26 15:15:59 -04:00
parent 2820d26a0f
commit 981e7017bb
2 changed files with 1 additions and 10 deletions

View File

@@ -1018,6 +1018,7 @@ class ViewTestCases:
maxDiff = None
class OrganizationalObjectViewTestCase(
GetObjectViewTestCase,
GetObjectChangelogViewTestCase,
CreateObjectViewTestCase,
EditObjectViewTestCase,