mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-22 23:46:44 -06:00
8356 fix test
This commit is contained in:
parent
e25f58768b
commit
442bfc8d0b
@ -297,7 +297,7 @@ class VMInterfaceTest(APIViewTestCases.APIViewTestCase):
|
||||
|
||||
class VirtualDiskTest(APIViewTestCases.APIViewTestCase):
|
||||
model = VirtualDisk
|
||||
brief_fields = ['display', 'id', 'name', 'url', 'virtual_machine']
|
||||
brief_fields = ['display', 'id', 'name', 'size', 'url', 'virtual_machine']
|
||||
bulk_update_data = {
|
||||
'size': 888,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user