Skip to content

Commit 46ff786

Browse files
committed
post review changes
1 parent 60b0608 commit 46ff786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apm-agent-core/src/test/java/co/elastic/apm/agent/report/IntakeV2ReportingEventHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void setUp() throws Exception {
9999
SystemInfo system = new SystemInfo("x64", "localhost", "platform");
100100
final ProcessInfo title = new ProcessInfo("title");
101101
final Service service = new Service();
102-
apmServerClient = new ApmServerClient(reporterConfiguration, configurationRegistry.getConfig(CoreConfiguration.class));
102+
apmServerClient = new ApmServerClient(reporterConfiguration, coreConfiguration);
103103
apmServerClient.start(List.of(
104104
new URL(HTTP_LOCALHOST + mockApmServer1.port()),
105105
// testing ability to configure a server url with additional path (ending with "/" in this case)

0 commit comments

Comments
 (0)