mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #241: Introduced rack roles
This commit is contained in:
@@ -42,6 +42,7 @@ class SiteTest(APITestCase):
|
||||
'site',
|
||||
'group',
|
||||
'tenant',
|
||||
'role',
|
||||
'type',
|
||||
'width',
|
||||
'u_height',
|
||||
@@ -120,6 +121,7 @@ class RackTest(APITestCase):
|
||||
'site',
|
||||
'group',
|
||||
'tenant',
|
||||
'role',
|
||||
'type',
|
||||
'width',
|
||||
'u_height',
|
||||
@@ -134,6 +136,7 @@ class RackTest(APITestCase):
|
||||
'site',
|
||||
'group',
|
||||
'tenant',
|
||||
'role',
|
||||
'type',
|
||||
'width',
|
||||
'u_height',
|
||||
|
Reference in New Issue
Block a user