Skip to content

Commit

Permalink
adding http port to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy committed Jul 22, 2024
1 parent 8b81027 commit edc310d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static void setDaprProperties() {
configStub();
Testcontainers.exposeHostPorts(8081);
System.setProperty("dapr.grpc.port", Integer.toString(daprContainer.getGrpcPort()));
System.setProperty("dapr.http.port", Integer.toString(daprContainer.getHttpPort()));
}

private static void configStub() {
Expand Down

0 comments on commit edc310d

Please sign in to comment.