Bläddra i källkod

Update API test for Group model

Jeremy Stretch 1 år sedan
förälder
incheckning
d9949b2de1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      netbox/users/tests/test_api.py

+ 1 - 1
netbox/users/tests/test_api.py

@@ -96,7 +96,7 @@ class UserTest(APIViewTestCases.APIViewTestCase):
 
 
 class GroupTest(APIViewTestCases.APIViewTestCase):
 class GroupTest(APIViewTestCases.APIViewTestCase):
     model = Group
     model = Group
-    brief_fields = ['display', 'id', 'name', 'url']
+    brief_fields = ['description', 'display', 'id', 'name', 'url']
 
 
     @classmethod
     @classmethod
     def setUpTestData(cls):
     def setUpTestData(cls):