Jeremy Stretch 2 месяцев назад
Родитель
Сommit
59afa0b41d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      netbox/dcim/tests/test_api.py

+ 1 - 1
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',