nixos/tests: fix kanidm under network-online dep fix

This commit is contained in:
Jade Lovelace 2023-10-03 00:32:37 -07:00
parent 367d101073
commit 9ce6ff06c7

View File

@ -67,6 +67,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
''
start_all()
server.wait_for_unit("kanidm.service")
client.systemctl("start network-online.target")
client.wait_for_unit("network-online.target")
with subtest("Test HTTP interface"):