Skip to content

Commit 08294c1

Browse files
committed
fix new gosec lint
1 parent fad0132 commit 08294c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

networking/v2/bgpvpn/interconnections/testing/requests_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestList(t *testing.T) {
2929
th.TestMethod(t, r, http.MethodGet)
3030
th.TestHeader(t, r, "X-Auth-Token", fake.TokenID)
3131

32-
err := r.ParseForm()
32+
err := r.ParseForm() // nolint:gosec // this is a test, we do not care
3333
th.AssertNoErr(t, err)
3434
th.AssertDeepEquals(t, r.Form["fields"], fields)
3535

0 commit comments

Comments
 (0)