debug windows

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-09-23 10:04:30 +02:00
parent 7a9f0eb3bb
commit 494420a9e1
No known key found for this signature in database

View File

@ -1006,6 +1006,7 @@ func TestUserMetrics(t *testing.T) {
t.Logf("getting status: %s", err)
return false
}
t.Logf("status1: %v", status1.Self)
return status1.Self.PrimaryRoutes != nil && status1.Self.PrimaryRoutes.Len() == 3
})