Skip to content

Commit 58746fc

Browse files
committed
Fix failing CI tests
1 parent bf6de53 commit 58746fc

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class DubboHeadersGetterTest {
2929
@Test
3030
void testKeys() throws Exception {
3131
when(context.getUrl()).thenReturn(new URL("http", "localhost", 1));
32-
when(context.getRemoteAddress()).thenReturn(new InetSocketAddress(1));
3332
when(context.getLocalAddress()).thenReturn(new InetSocketAddress(1));
3433

3534
// for latest dep tests call getObjectAttachments, otherwise call getAttachments

0 commit comments

Comments
 (0)