mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-31 04:46:26 -06:00
fix tests
This commit is contained in:
parent
bc3e1afe93
commit
510b159344
@ -374,10 +374,11 @@ class CircuitTerminationTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
|||||||
'description': 'New description',
|
'description': 'New description',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
site = sites[0].pk
|
||||||
cls.csv_data = (
|
cls.csv_data = (
|
||||||
"circuit,term_side,site,description",
|
"circuit,term_side,scope_type,scope_id,description",
|
||||||
"Circuit 3,A,Site 1,Foo",
|
f"Circuit 3,A,dcim.site,{site},Foo",
|
||||||
"Circuit 3,Z,Site 1,Bar",
|
f"Circuit 3,Z,dcim.site,{site},Bar",
|
||||||
)
|
)
|
||||||
|
|
||||||
cls.csv_update_data = (
|
cls.csv_update_data = (
|
||||||
|
Loading…
Reference in New Issue
Block a user