diff --git a/go.mod b/go.mod index 56a5313..722e71e 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module apitester -go 1.23.1 +go 1.24.1 require github.com/iancoleman/orderedmap v0.3.0 diff --git a/run_tests.go b/run_tests.go index d7fa36c..9163f76 100644 --- a/run_tests.go +++ b/run_tests.go @@ -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{}) } }