mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-30 11:31:29 +02:00
fix linter issue
Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user