nixos/tests/installer: fixup check for description strings

The explanations for humans changed a bit, breaking this test :-/
This commit is contained in:
Vladimír Čunát
2025-06-18 12:38:19 +02:00
parent c7661dfc33
commit cfee720936
+1 -1
View File
@@ -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()