debug windows

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

View File

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