lib/inventory/tests: adapt imported module account

This commit is contained in:
Jörg Thalheim
2024-10-09 12:32:04 +02:00
parent 88b166d62b
commit b30763226a

View File

@@ -92,9 +92,9 @@ in
not_used_machine = builtins.length configs.not_used_machine; not_used_machine = builtins.length configs.not_used_machine;
}; };
expected = { expected = {
client_1_machine = 6; client_1_machine = 5;
client_2_machine = 6; client_2_machine = 5;
not_used_machine = 3; not_used_machine = 2;
}; };
}; };