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

#4837: Fix API tests

This commit is contained in:
Jeremy Stretch
2020-07-09 12:06:13 -04:00
parent 15525392a2
commit 1692fbf5d8
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ class AppTest(APITestCase):
class TenantGroupTest(APIViewTestCases.APIViewTestCase):
model = TenantGroup
brief_fields = ['id', 'name', 'slug', 'tenant_count', 'url']
brief_fields = ['_depth', 'id', 'name', 'slug', 'tenant_count', 'url']
@classmethod
def setUpTestData(cls):