From 59afa0b41d4fbf2b03f2415b4fe497b08ee4675c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 10 Dec 2025 09:01:11 -0500 Subject: [PATCH] Fix 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 6a819a3c0..e5a56dc03 100644 --- a/netbox/dcim/tests/test_api.py +++ b/netbox/dcim/tests/test_api.py @@ -531,7 +531,7 @@ class RackReservationTest(APIViewTestCases.APIViewTestCase): class ManufacturerTest(APIViewTestCases.APIViewTestCase): model = Manufacturer - brief_fields = ['description', 'devicetype_count', 'display', 'id', 'name', 'slug', 'url'] + brief_fields = ['description', 'display', 'id', 'name', 'slug', 'url'] create_data = [ { 'name': 'Manufacturer 4',