mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 23:07:35 +00:00
new IP allocator and add postgres to integration tests. (#1756)
This commit is contained in:
@@ -181,7 +181,6 @@ func assertValidNetmap(t *testing.T, client TailscaleClient) {
|
||||
if ni := hi.NetInfo(); ni.Valid() {
|
||||
assert.NotEqualf(t, 0, ni.PreferredDERP(), "peer (%s) has no home DERP in %q's netmap, got: %s", peer.ComputedName(), client.Hostname(), peer.Hostinfo().NetInfo().PreferredDERP())
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
assert.NotEmptyf(t, peer.Endpoints(), "peer (%s) of %q does not have any endpoints", peer.ComputedName(), client.Hostname())
|
||||
|
Reference in New Issue
Block a user