lol

nixosTests.stratis.encryption: fix after stratis update

Nick Cao 19f44088 6d48aec1

+2 -2
+2 -2
nixos/tests/stratis/encryption.nix
··· 26 26 # test rebinding encrypted pool 27 27 machine.succeed("stratis pool rebind keyring testpool testkey2") 28 28 # test restarting encrypted pool 29 - machine.succeed("stratis pool stop testpool") 30 - machine.succeed("stratis pool start --name testpool --unlock-method keyring") 29 + machine.succeed("stratis pool stop --name testpool") 30 + machine.succeed("stratis pool start --name testpool --unlock-method keyring") 31 31 ''; 32 32 })