mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-03 14:18:16 -06:00
16783 fix tests
This commit is contained in:
parent
c3deb6508f
commit
8502d179f3
@ -2929,10 +2929,10 @@ class InventoryItemTestCase(ViewTestCases.DeviceComponentViewTestCase):
|
|||||||
}
|
}
|
||||||
|
|
||||||
cls.csv_data = (
|
cls.csv_data = (
|
||||||
"device,name,parent",
|
"device,name,parent,status",
|
||||||
"Device 1,Inventory Item 4,Inventory Item 1",
|
"Device 1,Inventory Item 4,Inventory Item 1,active",
|
||||||
"Device 1,Inventory Item 5,Inventory Item 2",
|
"Device 1,Inventory Item 5,Inventory Item 2,planned",
|
||||||
"Device 1,Inventory Item 6,Inventory Item 3",
|
"Device 1,Inventory Item 6,Inventory Item 3,failed",
|
||||||
)
|
)
|
||||||
|
|
||||||
cls.csv_update_data = (
|
cls.csv_update_data = (
|
||||||
|
Loading…
Reference in New Issue
Block a user