mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Omit errant print statement
This commit is contained in:
parent
9564f64b62
commit
e0c12f1984
@ -148,7 +148,6 @@ class FrontPortTestCase(TestCase):
|
||||
'type': PortTypeChoices.TYPE_8P8C,
|
||||
'rear_port': [f'{rear_port.pk}:1' for rear_port in self.rear_ports],
|
||||
}
|
||||
print(front_port_data)
|
||||
form = FrontPortCreateForm(front_port_data)
|
||||
|
||||
self.assertTrue(form.is_valid())
|
||||
|
Loading…
Reference in New Issue
Block a user