We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6d98c commit e8a35ccCopy full SHA for e8a35cc
sdk-tests/src/test/java/io/dapr/it/spring/feign/DaprFeignIT.java
@@ -53,7 +53,7 @@ public class DaprFeignIT {
53
"host=postgres-repository user=postgres password=password port=5432 connect_timeout=10 database=dapr_db_repository";
54
private static final Map<String, String> BINDING_PROPERTIES = Map.of("connectionString", CONNECTION_STRING);
55
private static final Network DAPR_NETWORK = Network.newNetwork();
56
- protected static final int APP_PORT = 8081;
+ protected static final int APP_PORT = 8082;
57
private static final String SUBSCRIPTION_MESSAGE_PATTERN = ".*App entered healthy status.*";
58
59
@Container
0 commit comments