mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 06:18:06 +01:00
Don’t unnecessarily reinitialize test DynamoDB client
This commit is contained in:
@@ -141,7 +141,9 @@ public class DynamoDbExtension implements BeforeAllCallback, BeforeEachCallback,
|
||||
if (endpointOverride == null) {
|
||||
dynamoDbContainer.start();
|
||||
}
|
||||
initializeClient();
|
||||
if (dynamoDbAsync == null || dynamoDb == null) {
|
||||
initializeClient();
|
||||
}
|
||||
}
|
||||
|
||||
private void stopServer() {
|
||||
|
||||
Reference in New Issue
Block a user