Skip to content

Commit e8a35cc

Browse files
committed
fix(springboot openfeign): fix IT failure because of APP_PORT
change APP_PORT to 8082 Signed-off-by: lony2003 <[email protected]>
1 parent bc6d98c commit e8a35cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-tests/src/test/java/io/dapr/it/spring/feign/DaprFeignIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class DaprFeignIT {
5353
"host=postgres-repository user=postgres password=password port=5432 connect_timeout=10 database=dapr_db_repository";
5454
private static final Map<String, String> BINDING_PROPERTIES = Map.of("connectionString", CONNECTION_STRING);
5555
private static final Network DAPR_NETWORK = Network.newNetwork();
56-
protected static final int APP_PORT = 8081;
56+
protected static final int APP_PORT = 8082;
5757
private static final String SUBSCRIPTION_MESSAGE_PATTERN = ".*App entered healthy status.*";
5858

5959
@Container

0 commit comments

Comments
 (0)