Inventory: fix test in build-clan
This commit is contained in:
committed by
hsjobeki
parent
e7c92d034d
commit
1705ab757a
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user