Skip to content

Commit c33a3cb

Browse files
committed
Fix CI failings
1 parent eb37ffe commit c33a3cb

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/apache-dubbo-2.7/library-autoconfigure/src/testLatestDepDubbo/java/io/opentelemetry/instrumentation/apachedubbo/v2_7

1 file changed

+1
-0
lines changed

instrumentation/apache-dubbo-2.7/library-autoconfigure/src/testLatestDepDubbo/java/io/opentelemetry/instrumentation/apachedubbo/v2_7/DubboHeadersGetterTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class DubboHeadersGetterTest {
2424
@Mock RpcContext context;
2525

2626
@Test
27+
@SuppressWarnings("deprecation") // deprecation for RpcInvocation()
2728
void testKeys() {
2829
when(context.getUrl()).thenReturn(new URL("http", "localhost", 1));
2930
when(context.getRemoteAddress()).thenReturn(new InetSocketAddress(1));

0 commit comments

Comments
 (0)