chore: remove useless code (#4592)

This commit is contained in:
Kevin Wan
2025-01-22 22:55:52 +08:00
committed by GitHub
parent cbcacf31c1
commit 00e0db5def
3 changed files with 16 additions and 19 deletions

View File

@@ -516,6 +516,7 @@ func TestParseJsonBody(t *testing.T) {
assert.Equal(t, "apple", v[0].Name)
assert.Equal(t, 18, v[0].Age)
})
t.Run("bytes field", func(t *testing.T) {
type v struct {
Signature []byte `json:"signature,optional"`