Skip to content

Commit 3591801

Browse files
committed
Use aliases
Signed-off-by: Matheus Cruz <[email protected]>
1 parent acba370 commit 3591801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk-tests/src/test/java/io/dapr/it/testcontainers/DaprContainerIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public class DaprContainerIT {
7373
.withAppName("dapr-app")
7474
.withAppPort(8081)
7575
.withAppHealthCheckPath("/actuator/health")
76-
.withAppChannelAddress("host.testcontainers.internal");
76+
.withAppChannelAddress("host.testcontainers.internal")
77+
.withNetworkAliases("dapr");
7778

7879
/**
7980
* Sets the Dapr properties for the test.

0 commit comments

Comments
 (0)