mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-19 10:08:44 -06:00
Fix tests
This commit is contained in:
@@ -108,8 +108,8 @@ class Cable(PrimaryModel):
|
|||||||
# Cache the original status so we can check later if it's been changed
|
# Cache the original status so we can check later if it's been changed
|
||||||
self._orig_status = self.__dict__.get('status')
|
self._orig_status = self.__dict__.get('status')
|
||||||
|
|
||||||
self._a_terminations = []
|
# self._a_terminations = []
|
||||||
self._b_terminations = []
|
# self._b_terminations = []
|
||||||
self._terminations_modified = False
|
self._terminations_modified = False
|
||||||
|
|
||||||
# Assign or retrieve A/B terminations
|
# Assign or retrieve A/B terminations
|
||||||
|
|||||||
Reference in New Issue
Block a user