mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Fixed nolint directive
This commit is contained in:
parent
a446f63744
commit
220ad11f5a
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ func (s *Suite) TestListPeersWithoutNonAuthorized(c *check.C) {
|
|||
}
|
||||
|
||||
node := types.Node{
|
||||
ID: types.NodeID(uint64(index)), // nolint:G115
|
||||
ID: types.NodeID(uint64(index)), // nolint:g115
|
||||
MachineKey: machineKey.Public(),
|
||||
NodeKey: nodeKey.Public(),
|
||||
Hostname: "testnode" + strconv.Itoa(index),
|
||||
|
|
Loading…
Reference in a new issue