File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
sdk-tests/src/test/java/io/dapr/it/spring/messaging
testcontainers-dapr/src/main/java/io/dapr/testcontainers Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class TestRestController {
34
34
private final List <CloudEvent <String >> events = new ArrayList <>();
35
35
36
36
@ GetMapping ("/ready" )
37
- public String ok () throws InterruptedException {
37
+ public String ok () {
38
38
return "OK" ;
39
39
}
40
40
Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ protected void configure() {
246
246
cmds .add (DAPR_PROTOCOL .getName ());
247
247
cmds .add ("--placement-host-address" );
248
248
cmds .add (placementService + ":50005" );
249
- cmds .add ("--enable-app-health-check" );
250
249
251
250
if (appChannelAddress != null && !appChannelAddress .isEmpty ()) {
252
251
cmds .add ("--app-channel-address" );
You can’t perform that action at this time.
0 commit comments