mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Fix RegionTestCase
This commit is contained in:
parent
52312195b6
commit
de0e69840e
@ -51,10 +51,10 @@ class RegionTestCase(ViewTestCases.OrganizationalObjectViewTestCase):
|
||||
}
|
||||
|
||||
cls.csv_data = (
|
||||
"name,slug,status,description",
|
||||
"Region 4,region-4,reserved,Fourth region",
|
||||
"Region 5,region-5,available,Fifth region",
|
||||
"Region 6,region-6,planned,Sixth region",
|
||||
"name,slug,description",
|
||||
"Region 4,region-4,Fourth region",
|
||||
"Region 5,region-5,Fifth region",
|
||||
"Region 6,region-6,Sixth region",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user