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