Skip to content

Commit b1f274d

Browse files
committed
add test error
1 parent bf29129 commit b1f274d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing-common/src/main/java/io/opentelemetry/instrumentation/testing/junit/http/HttpClientTestOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ default Builder withDefaults() {
133133
.setTestCallbackWithParent(true)
134134
.setTestErrorWithCallback(true)
135135
.setTestNonStandardHttpMethod(true)
136-
.setTestClientError(false)
136+
.setTestClientError(true)
137137
.setHttpProtocolVersion(uri -> "1.1");
138138
}
139139

0 commit comments

Comments
 (0)