From d63e4f19acba8ae9554b0a732add97399737e18d Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 22 Feb 2023 14:53:20 -0800 Subject: [PATCH] 9608 temp fix for test --- netbox/dcim/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/tests/test_api.py b/netbox/dcim/tests/test_api.py index 301af8d18..3445b7e75 100644 --- a/netbox/dcim/tests/test_api.py +++ b/netbox/dcim/tests/test_api.py @@ -1674,7 +1674,7 @@ class RearPortTest(APIViewTestCases.APIViewTestCase): class ModuleBayTest(APIViewTestCases.APIViewTestCase): model = ModuleBay - brief_fields = ['display', 'id', 'name', 'url'] + brief_fields = ['display', 'id', 'module', 'name', 'url'] bulk_update_data = { 'description': 'New description', }