mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
fix: typo error
This commit is contained in:
@@ -886,7 +886,7 @@ func shouldPrintBody(contentType string) bool {
|
||||
if strings.HasPrefix(contentType, "application/xml") {
|
||||
return true
|
||||
}
|
||||
if strings.HasPrefix(contentType, "application/www-form-urlencoded") {
|
||||
if strings.HasPrefix(contentType, "application/x-www-form-urlencoded") {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user