nixos/stratis: fix test

Nick Cao 475dd3fe bd4266a6

Changed files
+1 -1
nixos
tests
stratis
+1 -1
nixos/tests/stratis/encryption.nix
···
machine.succeed("stratis pool rebind keyring testpool testkey2")
# test restarting encrypted pool
machine.succeed("stratis pool stop --name testpool")
-
machine.succeed("stratis pool start --name testpool --unlock-method keyring")
+
machine.succeed("stratis pool start --name testpool --unlock-method any")
'';
}
)