Skip to content

Commit e83b0e6

Browse files
cicoylejavier-aliaga
authored andcommitted
rm super.start
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 2a5d553 commit e83b0e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,7 @@ protected void configure() {
341341
}
342342

343343
dependsOn(placementContainer, schedulerContainer);
344-
}
345344

346-
@Override
347-
public void start() {
348345
List<String> cmds = new ArrayList<>();
349346
cmds.add("./daprd");
350347
cmds.add("--app-id");
@@ -398,10 +395,6 @@ public void start() {
398395
LOGGER.info("\t" + Arrays.toString(cmdArray) + "\n");
399396

400397
withCommand(cmdArray);
401-
402-
403-
404-
super.start();
405398
}
406399

407400
public String getAppName() {

0 commit comments

Comments
 (0)