reset empty lines added

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This commit is contained in:
Cassandra Coyle 2025-08-21 16:32:12 -05:00 committed by Javier Aliaga
parent 015d200163
commit 46f6c3b265
2 changed files with 1 additions and 7 deletions

View File

@ -55,9 +55,7 @@ public class DaprTestContainersConfig {
.withAppPort(8080)
.withNetwork(network)
.withAppHealthCheckPath("/actuator/health")
.withAppChannelAddress("host.testcontainers.internal")
.withDaprLogLevel(DaprLogLevel.DEBUG)
.withLogConsumer(outputFrame -> System.out.println(outputFrame.getUtf8String()));
.withAppChannelAddress("host.testcontainers.internal");
}

View File

@ -84,8 +84,6 @@ public class DaprContainer extends GenericContainer<DaprContainer> {
private boolean shouldReusePlacement;
private boolean shouldReuseScheduler;
/**
* Creates a new Dapr container.
*
@ -169,8 +167,6 @@ public class DaprContainer extends GenericContainer<DaprContainer> {
return this;
}
public DaprContainer withAppName(String appName) {
this.appName = appName;
return this;