Less verbose tests

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin
2017-12-13 20:30:31 -05:00
parent 03bc5e974d
commit 49fffe8ec7
7 changed files with 13 additions and 12 deletions

View File

@@ -235,7 +235,6 @@ type logHandler struct {
}
func (h logHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
h.t.Logf("%s %s", r.Method, r.URL.String())
h.handler.ServeHTTP(rw, r)
}