chore: remove init if possible (#2485)
This commit is contained in:
@@ -48,4 +48,4 @@ func TestParseHeadersArrayInt(t *testing.T) {
|
||||
r.Header.Add("foo", "2")
|
||||
assert.Nil(t, ParseHeaders(r.Header, &val))
|
||||
assert.Equal(t, []int{1, 2}, val.Foo)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user