Skip to content

Commit

Permalink
print type
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Jan 17, 2025
1 parent ac08ce5 commit 17a05f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cloudwatchlogs/publish_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 17a05f2

Please sign in to comment.