Update API test for Group model

This commit is contained in:
Jeremy Stretch 2024-04-02 16:33:12 -04:00
parent 53ff85df21
commit d9949b2de1

View File

@ -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):