File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
sdk-tests/src/test/java/io/dapr/it/spring/feign Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4242 },
4343 properties = {
4444 "dapr.feign.enabled=true" ,
45- "dapr.feign.retries=1"
45+ "dapr.feign.retries=1" ,
46+ "server.port=" + DaprFeignIT .APP_PORT
4647 }
4748)
4849@ Testcontainers
@@ -53,7 +54,7 @@ public class DaprFeignIT {
5354 "host=postgres-repository user=postgres password=password port=5432 connect_timeout=10 database=dapr_db_repository" ;
5455 private static final Map <String , String > BINDING_PROPERTIES = Map .of ("connectionString" , CONNECTION_STRING );
5556 private static final Network DAPR_NETWORK = Network .newNetwork ();
56- private static final int APP_PORT = 8080 ;
57+ protected static final int APP_PORT = 8081 ;
5758 private static final String SUBSCRIPTION_MESSAGE_PATTERN = ".*App entered healthy status.*" ;
5859
5960 @ Container
You can’t perform that action at this time.
0 commit comments