This commit is contained in:
kkthxbye 2022-05-04 09:16:19 +02:00
parent e49c5c8200
commit 0c181614cd

View File

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