lib/inventory/tests: adapt imported module account
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user