mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix RegionTestCase
This commit is contained in:
@ -51,10 +51,10 @@ class RegionTestCase(ViewTestCases.OrganizationalObjectViewTestCase):
|
|||||||
}
|
}
|
||||||
|
|
||||||
cls.csv_data = (
|
cls.csv_data = (
|
||||||
"name,slug,status,description",
|
"name,slug,description",
|
||||||
"Region 4,region-4,reserved,Fourth region",
|
"Region 4,region-4,Fourth region",
|
||||||
"Region 5,region-5,available,Fifth region",
|
"Region 5,region-5,Fifth region",
|
||||||
"Region 6,region-6,planned,Sixth region",
|
"Region 6,region-6,Sixth region",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user