Skip to content

Commit

Permalink
nixos/tests/kanidm: update for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Nov 1, 2024
1 parent ff11116 commit ea8614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/kanidm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
with subtest("Test unixd connection"):
client.wait_for_unit("kanidm-unixd.service")
client.wait_for_file("/run/kanidm-unixd/sock")
client.wait_until_succeeds("kanidm-unix status | grep working!")
client.wait_until_succeeds("kanidm-unix status | grep online")
with subtest("Test user creation"):
client.wait_for_unit("getty@tty1.service")
Expand Down

0 comments on commit ea8614a

Please sign in to comment.