From cfee7209361535feb12d702bd7c2a39137e1fe9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 18 Jun 2025 12:38:19 +0200 Subject: [PATCH] nixos/tests/installer: fixup check for description strings The explanations for humans changed a bit, breaking this test :-/ --- nixos/tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 6c7b97d055bc..56f1b4f19bfb 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -296,7 +296,7 @@ let with subtest("Test nixos-option"): kernel_modules = target.succeed("nixos-option boot.initrd.kernelModules") assert "virtio_console" in kernel_modules - assert "List of modules" in kernel_modules + assert "list of modules" in kernel_modules assert "qemu-guest.nix" in kernel_modules target.shutdown()