From 35ebffc79305c7d4277bfcdd9edce2acc7dd4dd9 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 18 Dec 2024 01:26:59 +0100 Subject: [PATCH] nixos/alice-lg: fix invalid test name --- nixos/tests/alice-lg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/alice-lg.nix b/nixos/tests/alice-lg.nix index 177f7364685d..7397ed3779dc 100644 --- a/nixos/tests/alice-lg.nix +++ b/nixos/tests/alice-lg.nix @@ -13,7 +13,7 @@ let inherit (pkgs.lib) optionalString; in makeTest { - name = "birdwatcher"; + name = "alice-lg"; nodes = { host1 = { environment.systemPackages = with pkgs; [ jq ];