mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 09:10:35 +01:00
Drop WhisperServerServiceTest#testOtlpConfig
This commit is contained in:
committed by
Jon Chambers
parent
08c4179a7a
commit
ef644ce319
@@ -177,13 +177,6 @@ class WhisperServerServiceTest {
|
||||
.build());
|
||||
}
|
||||
|
||||
@Test
|
||||
void testOtlpConfig() {
|
||||
final OpenTelemetryConfiguration otelConfig =EXTENSION.getConfiguration().getOpenTelemetryConfiguration();
|
||||
assertTrue(otelConfig.enabled());
|
||||
assertEquals("http://127.0.0.1:4318/", otelConfig.url());
|
||||
}
|
||||
|
||||
private static DynamoDbClient getDynamoDbClient() {
|
||||
final AwsCredentialsProvider awsCredentialsProvider = EXTENSION.getConfiguration().getAwsCredentialsConfiguration()
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user