fix linter issue

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-08-14 16:54:15 +02:00
parent 84e4b08056
commit 7bc38d9b85

View File

@@ -71,9 +71,8 @@ func TestRecordForProxyPeer(t *testing.T) {
// invalid address
var addr netip.Addr
record, ok = recordForProxyPeer("test.cluster", addr)
_, ok = recordForProxyPeer("test.cluster", addr)
assert.False(t, ok)
}
var empty []networkmap.PrivateServiceCandidate