Inventory: fix test in build-clan
This commit is contained in:
committed by
hsjobeki
parent
82c725a605
commit
c34b4542cf
@@ -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