mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
#7336: Correct API test
This commit is contained in:
parent
72aea0f7bf
commit
8d3ac5cf62
@ -1080,7 +1080,7 @@ class VLANTranslationPolicyTest(APIViewTestCases.APIViewTestCase):
|
|||||||
|
|
||||||
class VLANTranslationRuleTest(APIViewTestCases.APIViewTestCase):
|
class VLANTranslationRuleTest(APIViewTestCases.APIViewTestCase):
|
||||||
model = VLANTranslationRule
|
model = VLANTranslationRule
|
||||||
brief_fields = ['id', 'local_vid', 'policy', 'remote_vid',]
|
brief_fields = ['description', 'display', 'id', 'local_vid', 'policy', 'remote_vid', 'url']
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpTestData(cls):
|
def setUpTestData(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user