Fixed nolint directive

This commit is contained in:
hopleus 2024-10-17 14:31:40 +03:00
parent a446f63744
commit 220ad11f5a

View file

@ -202,7 +202,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),