7961 update tests

This commit is contained in:
Arthur 2022-10-21 11:20:13 -07:00
parent 63df2dc08c
commit 11a30cf917
2 changed files with 8 additions and 8 deletions

View File

@ -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 = {

View File

@ -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 = {