Skip to content

Commit

Permalink
🧹 remove duplicate in test (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajf-sa authored Jun 24, 2021
1 parent 93dc33a commit 43876da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ctx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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--")

Expand Down

0 comments on commit 43876da

Please sign in to comment.