From a9f5dbd6d3ab9f9c49a32cff66a63a39ab9e09fe Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 19 Dec 2024 11:28:30 +0100 Subject: [PATCH] fix last test Signed-off-by: Kristoffer Dalby --- integration/acl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/acl_test.go b/integration/acl_test.go index e1f5dc8d..888110ac 100644 --- a/integration/acl_test.go +++ b/integration/acl_test.go @@ -282,7 +282,7 @@ func TestACLHostsInNetMapTable(t *testing.T) { allClients, err := scenario.ListTailscaleClients() require.NoError(t, err) - err = scenario.WaitForTailscaleSyncWithPeerCount(testCase.want["user1"]) + err = scenario.WaitForTailscaleSyncWithPeerCount(testCase.want["user1@test.no"]) require.NoError(t, err) for _, client := range allClients {