mhoppa commented on a change in pull request #3929: Rewrote
/user/reset_password to Go
URL: https://github.com/apache/trafficcontrol/pull/3929#discussion_r337560837
##########
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:
need the log statement?
----------------------------------------------------------------
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