Skip to content

Commit

Permalink
add test error
Browse files Browse the repository at this point in the history
  • Loading branch information
shalk committed Dec 18, 2024
1 parent bf29129 commit b1f274d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ default Builder withDefaults() {
.setTestCallbackWithParent(true)
.setTestErrorWithCallback(true)
.setTestNonStandardHttpMethod(true)
.setTestClientError(false)
.setTestClientError(true)
.setHttpProtocolVersion(uri -> "1.1");
}

Expand Down

0 comments on commit b1f274d

Please sign in to comment.