diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index e03fc459cb8..c8edaaba158 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -481,7 +481,7 @@ in { # Test whether opening encrypted filesystem with keyfile # Checks for regression of missing cryptsetup, when no luks device without # keyfile is configured - filesystemEncryptedWithKeyfile = makeInstallerTest "filesystemEncryptedWithKeyfile" + encryptedFSWithKeyfile = makeInstallerTest "encryptedFSWithKeyfile" { createPartitions = '' $machine->succeed( "flock /dev/vda parted --script /dev/vda -- mklabel msdos"