瀏覽代碼

Update API test for Group model

Jeremy Stretch 2 年之前
父節點
當前提交
d9949b2de1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):
     model = Group
-    brief_fields = ['display', 'id', 'name', 'url']
+    brief_fields = ['description', 'display', 'id', 'name', 'url']
 
     @classmethod
     def setUpTestData(cls):