mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixed API tests
This commit is contained in:
@ -315,6 +315,7 @@ class DeviceTest(APITestCase):
|
|||||||
'rack',
|
'rack',
|
||||||
'position',
|
'position',
|
||||||
'face',
|
'face',
|
||||||
|
'parent_device',
|
||||||
'status',
|
'status',
|
||||||
'primary_ip',
|
'primary_ip',
|
||||||
'comments',
|
'comments',
|
||||||
@ -366,6 +367,7 @@ class DeviceTest(APITestCase):
|
|||||||
'face',
|
'face',
|
||||||
'id',
|
'id',
|
||||||
'name',
|
'name',
|
||||||
|
'parent_device',
|
||||||
'platform_id',
|
'platform_id',
|
||||||
'platform_name',
|
'platform_name',
|
||||||
'platform_slug',
|
'platform_slug',
|
||||||
|
Reference in New Issue
Block a user