Skip to content

Commit ccf47b6

Browse files
authored
Apply suggestion from @trask
1 parent f875175 commit ccf47b6

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/spring/spring-webmvc/spring-webmvc-3.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/spring/webmvc/v3_1/boot

1 file changed

+0
-1
lines changed

instrumentation/spring/spring-webmvc/spring-webmvc-3.1/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/spring/webmvc/v3_1/boot/SpringBootBasedTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public Class<?> securityConfigClass() {
5555
@Override
5656
protected void configure(HttpServerTestOptions options) {
5757
super.configure(options);
58-
// older versions of Spring Boot return 200 for non-standard HTTP methods instead of 500
5958
options.setResponseCodeOnNonStandardHttpMethod(
6059
Boolean.getBoolean("testLatestDeps") ? 500 : 200);
6160
options.setExpectedException(new RuntimeException(EXCEPTION.getBody()));

0 commit comments

Comments
 (0)