mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 04:56:29 -06:00
Fix typo
This commit is contained in:
parent
5f3528cf74
commit
36d4f0d259
@ -92,7 +92,7 @@ class DeviceTypeImportTestCase(TestCase):
|
||||
self.assertTrue(iface1.mgmt_only)
|
||||
|
||||
self.assertEqual(dt.rearport_templates.count(), 3)
|
||||
rp1 = FrontPortTemplate.objects.first()
|
||||
rp1 = RearPortTemplate.objects.first()
|
||||
self.assertEqual(rp1.name, 'Rear Port 1')
|
||||
|
||||
self.assertEqual(dt.frontport_templates.count(), 3)
|
||||
|
Loading…
Reference in New Issue
Block a user