Inventory: fix test in build-clan

This commit is contained in:
Johannes Kirschbauer
2024-09-15 18:33:11 +02:00
committed by hsjobeki
parent 82c725a605
commit c34b4542cf

View File

@@ -111,7 +111,10 @@ in
in
{
expr = builtins.attrNames result.nixosConfigurations;
expected = [ "test-inventory-machine" ];
expected = [
"test-backup"
"test-inventory-machine"
];
};
test_buildClan_all_machines =