Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public void onComplete() {
});
}

// TODO(anuraaga): The default Ratpack error handler also returns a 500 which is all we test, so
// TODO: The default Ratpack error handler also returns a 500 which is all we test, so
// we don't actually have test coverage ensuring our instrumentation correctly delegates to this
// user registered handler.
private static class TestErrorHandler implements ServerErrorHandler {
Expand Down
Loading