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

Fix list_brief tests

This commit is contained in:
Jeremy Stretch
2020-06-05 16:09:55 -04:00
parent 032f87caec
commit 4f830c9c22
4 changed files with 9 additions and 3 deletions

View File

@@ -424,6 +424,7 @@ class VLANTest(APIViewTestCases.APIViewTestCase):
class ServiceTest(APIViewTestCases.APIViewTestCase):
model = Service
brief_fields = ['id', 'name', 'port', 'protocol', 'url']
@classmethod
def setUpTestData(cls):