mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 06:49:38 +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") {
|
if strings.HasPrefix(contentType, "application/xml") {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
if strings.HasPrefix(contentType, "application/www-form-urlencoded") {
|
if strings.HasPrefix(contentType, "application/x-www-form-urlencoded") {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user