1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Test cleanup

This commit is contained in:
jeremystretch
2022-05-13 15:34:01 -04:00
parent 6ff2e55ce4
commit 951627093c
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ def update_connected_interfaces(instance, created, raw=False, **kwargs):
# Create/update cable paths
if created:
for interface in (instance.interface_a, instance.interface_b):
create_cablepath(interface)
create_cablepath([interface])
@receiver(post_delete, sender=WirelessLink)