kkthxbye 3 лет назад
Родитель
Сommit
7de27c69c0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      netbox/dcim/tests/test_views.py

+ 1 - 1
netbox/dcim/tests/test_views.py

@@ -1894,7 +1894,7 @@ class ModuleTestCase(
         # Check that the interface was created
         # Check that the interface was created
         initial_interface = Interface.objects.filter(device=device, name=interface_name).first()
         initial_interface = Interface.objects.filter(device=device, name=interface_name).first()
         self.assertIsNotNone(initial_interface)
         self.assertIsNotNone(initial_interface)
-        
+
         # Save the module id associated with the interface
         # Save the module id associated with the interface
         initial_module_id = initial_interface.module.id
         initial_module_id = initial_interface.module.id