Remove lint from generated testcode
This commit is contained in:
parent
cd2914dbc9
commit
bac81176b2
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ func TestHeadscale_getNamespaceFromEmail(t *testing.T) {
|
||||||
want1: false,
|
want1: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
//nolint
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
t.Run(tt.name, func(t *testing.T) {
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
h := &Headscale{
|
h := &Headscale{
|
||||||
|
|
Loading…
Reference in a new issue