Add one more print similar to b6885cca98 that was missed in that commit

This commit is contained in:
David Dworken 2023-10-22 00:19:34 -07:00
parent ff0d2c34d6
commit 60d388c4c2
No known key found for this signature in database

View File

@ -138,6 +138,7 @@ func TestPanicGuardNoPanic(t *testing.T) {
}
func TestMergeMiddlewares(t *testing.T) {
fmt.Println("Output prefix to avoid breaking gotestsum with panics")
handler := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
w.Write([]byte("test"))