mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Fix broken test
This commit is contained in:
parent
afb5a76daf
commit
06522a7b29
@ -855,7 +855,7 @@ class DeviceTypeTest(APITestCase):
|
|||||||
|
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
sorted(response.data['results'][0]),
|
sorted(response.data['results'][0]),
|
||||||
['id', 'manufacturer', 'model', 'slug', 'url']
|
['display_name', 'id', 'manufacturer', 'model', 'slug', 'url']
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_create_devicetype(self):
|
def test_create_devicetype(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user