Skip to content

Commit

Permalink
cleanup in test
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <[email protected]>
  • Loading branch information
jansupol committed Nov 15, 2024
1 parent e66a635 commit b481675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private TestContainerWriter(boolean buffering) {
public OutputStream writeResponseStatusAndHeaders(long contentLength, ContainerResponse responseContext)
throws ContainerException {
outputStream = new TestResponseOutputStream();
responseContext.setEntityStream(outputStream);
// responseContext.setEntityStream(outputStream);
return outputStream;
}

Expand Down

0 comments on commit b481675

Please sign in to comment.