diff --git a/netbox/users/tests/test_api.py b/netbox/users/tests/test_api.py index 7bb46ac30..4ebe64b32 100644 --- a/netbox/users/tests/test_api.py +++ b/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):