Update netbox/dcim/tests/test_cablepaths.py

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
Daniel Sheppard 2023-09-07 14:41:06 -05:00 committed by GitHub
parent 880e79a1b5
commit 837811d019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1948,9 +1948,6 @@ class CablePathTestCase(TestCase):
b_terminations=[interface2] b_terminations=[interface2]
) )
cable3.save() cable3.save()
print(CablePath.objects.all().count())
for cp in CablePath.objects.all():
print(f'{cp}::{cp.path}')
self.assertPathExists( self.assertPathExists(
( (
interface2, cable3, (frontport2, frontport4), (rearport2, rearport4), (cable2, cable4), interface2, cable3, (frontport2, frontport4), (rearport2, rearport4), (cable2, cable4),