Skip to content

Commit 860f1ab

Browse files
committed
Fix test
1 parent bfbfb34 commit 860f1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ nixosTest {
3636
};
3737

3838
testScript = ''
39-
router.wait_for_unit("network-online.target")
40-
host1.wait_for_unit("network-online.target")
39+
router.wait_for_unit("network.target")
40+
host1.wait_for_unit("network.target")
4141
4242
print(router.succeed("networkctl status eth1"))
4343
print(router.succeed("resolvectl"))

0 commit comments

Comments
 (0)