ocket8888 commented on a change in pull request #3929: Rewrote
/user/reset_password to Go
URL: https://github.com/apache/trafficcontrol/pull/3929#discussion_r337580415
##########
File path: traffic_ops/traffic_ops_golang/login/login_test.go
##########
@@ -121,4 +121,5 @@ func TestTemplateRender(t *testing.T) {
if tmpl.Len() <= 0 {
t.Fatalf("Template buffer empty after execution")
}
+ t.Logf("%s", tmpl.String())
Review comment:
I don't think it hurts, you only see it with `-v` and it's nice to have that
option. I can remove it if you think that's clutter.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services