diff --git a/ctx_test.go b/ctx_test.go index 7ce1cc44..c560c7fc 100644 --- a/ctx_test.go +++ b/ctx_test.go @@ -369,7 +369,6 @@ func Test_Ctx_BodyParser(t *testing.T) { testDecodeParser(MIMEApplicationJSON, `{"name":"john"}`) testDecodeParser(MIMEApplicationXML, `john`) - testDecodeParser(MIMEApplicationJSON, `{"name":"john"}`) testDecodeParser(MIMEApplicationForm, "name=john") testDecodeParser(MIMEMultipartForm+`;boundary="b"`, "--b\r\nContent-Disposition: form-data; name=\"name\"\r\n\r\njohn\r\n--b--")