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

This commit is contained in:
Jade Lovelace
2024-01-18 16:28:41 -08:00
parent 367d101073
commit 9ce6ff06c7
+1
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"):