mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-11 00:40:00 +08:00
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