From 1705ab757a5978934dd5ca7914d8f97ddb89e079 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sun, 15 Sep 2024 18:33:11 +0200 Subject: [PATCH] Inventory: fix test in build-clan --- lib/build-clan/tests.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/build-clan/tests.nix b/lib/build-clan/tests.nix index eb0250051..5bfe6aab5 100644 --- a/lib/build-clan/tests.nix +++ b/lib/build-clan/tests.nix @@ -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 =