This commit is contained in:
@@ -161,6 +161,7 @@ func RunTest(testCase *TestCase) error {
|
||||
json.Unmarshal(body, &b)
|
||||
if b != nil {
|
||||
testCase.ResultBodyMap = b.(map[string]interface{})
|
||||
//fmt.Printf("Body map: '%v'\n", testCase.ResultBodyMap)
|
||||
//bodyMap = b.(map[string]interface{})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user