mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
🧹 remove duplicate in test (#1404)
This commit is contained in:
parent
93dc33ad89
commit
43876dad8f
@ -369,7 +369,6 @@ func Test_Ctx_BodyParser(t *testing.T) {
|
||||
|
||||
testDecodeParser(MIMEApplicationJSON, `{"name":"john"}`)
|
||||
testDecodeParser(MIMEApplicationXML, `<Demo><name>john</name></Demo>`)
|
||||
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--")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user