mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-13 15:22:16 -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
|
||||
self._orig_status = self.__dict__.get('status')
|
||||
|
||||
self._a_terminations = []
|
||||
self._b_terminations = []
|
||||
# self._a_terminations = []
|
||||
# self._b_terminations = []
|
||||
self._terminations_modified = False
|
||||
|
||||
# Assign or retrieve A/B terminations
|
||||
|
||||
Reference in New Issue
Block a user