From 83591dbbe548364f567a8d692e911921fb7b0ccb Mon Sep 17 00:00:00 2001 From: misuzu Date: Mon, 29 Jan 2024 09:46:02 +0200 Subject: nixosTests.netbird: fix after module update --- nixos/tests/netbird.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests') diff --git a/nixos/tests/netbird.nix b/nixos/tests/netbird.nix index ef793cfe98810..7342e8d04a39c 100644 --- a/nixos/tests/netbird.nix +++ b/nixos/tests/netbird.nix @@ -14,7 +14,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: testScript = '' start_all() - node.wait_for_unit("netbird.service") + node.wait_for_unit("netbird-wt0.service") node.wait_for_file("/var/run/netbird/sock") node.succeed("netbird status | grep -q 'Daemon status: NeedsLogin'") ''; -- cgit 1.4.1