Skip to content

Commit

Permalink
wait for sync
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Jan 27, 2025
1 parent c047b5a commit 375ddc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/auth_web_flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ func TestAuthWebFlowLogoutAndRelogin(t *testing.T) {
}
}

t.Logf("all clients logged in again")
err = scenario.WaitForTailscaleSync()
assertNoErrSync(t, err)

allClients, err = scenario.ListTailscaleClients()
assertNoErrListClients(t, err)
t.Logf("all clients logged in again")

allIps, err = scenario.ListTailscaleClientsIPs()
assertNoErrListClientIPs(t, err)
Expand Down

0 comments on commit 375ddc2

Please sign in to comment.