mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add tests for wireless
This commit is contained in:
@ -63,5 +63,4 @@ def nullify_connected_interfaces(instance, **kwargs):
|
||||
|
||||
# Delete and retrace any dependent cable paths
|
||||
for cablepath in CablePath.objects.filter(path__contains=instance):
|
||||
print(f'Deleting cable path {cablepath.pk}')
|
||||
cablepath.delete()
|
||||
|
Reference in New Issue
Block a user