mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
7961 update tests
This commit is contained in:
parent
63df2dc08c
commit
11a30cf917
@ -48,11 +48,11 @@ class CustomFieldTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
||||
)
|
||||
|
||||
cls.csv_update_data = (
|
||||
'name,label',
|
||||
'field8,Field 8',
|
||||
'field9,Field 9',
|
||||
'field10,Field 10',
|
||||
'field11,Field 11',
|
||||
'label',
|
||||
'New label 1',
|
||||
'New label 2',
|
||||
'New label 3',
|
||||
'New label 4',
|
||||
)
|
||||
|
||||
cls.bulk_edit_data = {
|
||||
|
@ -370,9 +370,9 @@ class PrefixTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
||||
|
||||
cls.csv_update_data = (
|
||||
"description,status",
|
||||
f",New description 7,{PrefixStatusChoices.STATUS_RESERVED}",
|
||||
f",New description 8,{PrefixStatusChoices.STATUS_RESERVED}",
|
||||
f",New description 9,{PrefixStatusChoices.STATUS_RESERVED}",
|
||||
f"New description 7,{PrefixStatusChoices.STATUS_RESERVED}",
|
||||
f"New description 8,{PrefixStatusChoices.STATUS_RESERVED}",
|
||||
f"New description 9,{PrefixStatusChoices.STATUS_RESERVED}",
|
||||
)
|
||||
|
||||
cls.bulk_edit_data = {
|
||||
|
Loading…
Reference in New Issue
Block a user