nixos/stratis: fix test

Nick Cao 475dd3fe bd4266a6

+1 -1
+1 -1
nixos/tests/stratis/encryption.nix
··· 30 machine.succeed("stratis pool rebind keyring testpool testkey2") 31 # test restarting encrypted pool 32 machine.succeed("stratis pool stop --name testpool") 33 - machine.succeed("stratis pool start --name testpool --unlock-method keyring") 34 ''; 35 } 36 )
··· 30 machine.succeed("stratis pool rebind keyring testpool testkey2") 31 # test restarting encrypted pool 32 machine.succeed("stratis pool stop --name testpool") 33 + machine.succeed("stratis pool start --name testpool --unlock-method any") 34 ''; 35 } 36 )