lib/inventory/tests: adapt imported module account

This commit is contained in:
Jörg Thalheim
2024-10-09 12:32:04 +02:00
parent 8de0c32086
commit f825fa4b9b

View File

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