1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-20 17:53:11 +02:00

Fixed nolint directive

This commit is contained in:
hopleus 2024-10-17 14:31:40 +03:00
parent 41aafbbb6d
commit d8828f4de1

View File

@ -203,7 +203,7 @@ func (s *Suite) TestListPeersWithoutNonAuthorized(c *check.C) {
} }
node := types.Node{ node := types.Node{
ID: types.NodeID(uint64(index)), // nolint:G115 ID: types.NodeID(uint64(index)), // nolint:g115
MachineKey: machineKey.Public(), MachineKey: machineKey.Public(),
NodeKey: nodeKey.Public(), NodeKey: nodeKey.Public(),
Hostname: "testnode" + strconv.Itoa(index), Hostname: "testnode" + strconv.Itoa(index),