mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Fix broken test
This commit is contained in:
parent
dfa4dfa4a4
commit
3b4bcc881f
@ -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