#7336: Correct API test

This commit is contained in:
Jeremy Stretch 2024-11-25 14:02:45 -05:00
parent dd29c0ede5
commit b45b8f3a4d

View File

@ -1080,7 +1080,7 @@ class VLANTranslationPolicyTest(APIViewTestCases.APIViewTestCase):
class VLANTranslationRuleTest(APIViewTestCases.APIViewTestCase):
model = VLANTranslationRule
brief_fields = ['id', 'local_vid', 'policy', 'remote_vid',]
brief_fields = ['description', 'display', 'id', 'local_vid', 'policy', 'remote_vid', 'url']
@classmethod
def setUpTestData(cls):