fix: convert postman body in json

This commit is contained in:
debugtalk
2022-12-23 14:03:53 +08:00
parent e3596a6051
commit eeae8b2961
2 changed files with 6 additions and 18 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ func TestConsoleOutput(t *testing.T) {
data["stats"] = []interface{}{stat}
stat["name"] = "http"
stat["method"] = "post"
stat["method"] = "POST"
stat["num_requests"] = int64(100)
stat["num_failures"] = int64(10)
stat["response_times"] = map[int64]int64{