Polish "Add service connection from Opentelemetry Collector for Logging"

See gh-41324
This commit is contained in:
Moritz Halbritter
2024-09-06 10:20:15 +02:00
parent 7adf843bfd
commit 8fc1bca56c
5 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ class OpenTelemetryLoggingContainerConnectionDetailsFactoryIntegrationTests {
@Test
void connectionCanBeMadeToOpenTelemetryContainer() {
assertThat(this.connectionDetails.getEndpoint())
assertThat(this.connectionDetails.getUrl())
.isEqualTo("http://" + container.getHost() + ":" + container.getMappedPort(4318) + "/v1/logs");
}