Skip to content

Commit fe4e97d

Browse files
cicoylejavier-aliaga
authored andcommitted
reset empty lines added
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 2e358a1 commit fe4e97d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

spring-boot-examples/workflows/src/test/java/io/dapr/springboot/examples/wfp/DaprTestContainersConfig.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ public DaprContainer daprContainer(Network network) {
5555
.withAppPort(8080)
5656
.withNetwork(network)
5757
.withAppHealthCheckPath("/actuator/health")
58-
.withAppChannelAddress("host.testcontainers.internal")
59-
.withDaprLogLevel(DaprLogLevel.DEBUG)
60-
.withLogConsumer(outputFrame -> System.out.println(outputFrame.getUtf8String()));
58+
.withAppChannelAddress("host.testcontainers.internal");
6159
}
6260

6361

testcontainers-dapr/src/main/java/io/dapr/testcontainers/DaprContainer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ public class DaprContainer extends GenericContainer<DaprContainer> {
8484
private boolean shouldReusePlacement;
8585
private boolean shouldReuseScheduler;
8686

87-
88-
8987
/**
9088
* Creates a new Dapr container.
9189
*
@@ -169,8 +167,6 @@ public DaprContainer withSchedulerService(String schedulerService) {
169167
return this;
170168
}
171169

172-
173-
174170
public DaprContainer withAppName(String appName) {
175171
this.appName = appName;
176172
return this;

0 commit comments

Comments
 (0)