Skip to content

Commit

Permalink
Update test/integration/http/tap_handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wscott committed Mar 31, 2022
1 parent b060ffb commit ecbe51c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/http/tap_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func (t *tapHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
if t.statusCode > 299 {
w.WriteHeader(t.statusCode)
return
}

rec := httptest.NewRecorder()
Expand Down

0 comments on commit ecbe51c

Please sign in to comment.