diff --git a/test/cloudwatchlogs/publish_logs_test.go b/test/cloudwatchlogs/publish_logs_test.go index c28339768..3c00298f9 100644 --- a/test/cloudwatchlogs/publish_logs_test.go +++ b/test/cloudwatchlogs/publish_logs_test.go @@ -402,7 +402,7 @@ func makeListEntitiesRequest() { return } - fmt.Sprintf("%T", respBody) + log.Printf("%T", respBody) fmt.Printf("Response Status: %s\n", resp.Status) fmt.Printf("Response Body: %s\n", string(respBody))