Skip to content

Commit d9531b2

Browse files
committed
update
1 parent 05f1efd commit d9531b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public abstract class HttpClientTestOptions {
5858

5959
abstract HttpClientInstrumentationType getInstrumentationType();
6060

61-
public abstract boolean getTestCaptureHttpHeaders();
62-
6361
public boolean isLowLevelInstrumentation() {
6462
return getInstrumentationType() == HttpClientInstrumentationType.LOW_LEVEL;
6563
}
@@ -91,6 +89,8 @@ public boolean isLowLevelInstrumentation() {
9189

9290
public abstract boolean getTestNonStandardHttpMethod();
9391

92+
public abstract boolean getTestCaptureHttpHeaders();
93+
9494
public abstract Function<URI, String> getHttpProtocolVersion();
9595

9696
@Nullable

0 commit comments

Comments
 (0)