Skip to content

Commit 475dd3f

Browse files
committed
nixos/stratis: fix test
1 parent bd4266a commit 475dd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/tests/stratis/encryption.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import ../make-test-python.nix (
3030
machine.succeed("stratis pool rebind keyring testpool testkey2")
3131
# test restarting encrypted pool
3232
machine.succeed("stratis pool stop --name testpool")
33-
machine.succeed("stratis pool start --name testpool --unlock-method keyring")
33+
machine.succeed("stratis pool start --name testpool --unlock-method any")
3434
'';
3535
}
3636
)

0 commit comments

Comments
 (0)