mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-23 06:38:52 +01:00
Add one more print similar to b6885cca98
that was missed in that commit
This commit is contained in:
parent
ff0d2c34d6
commit
60d388c4c2
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user