Skip to content

Commit cf23e4e

Browse files
author
Artur Ciocanu
committed
Some minor cleanup
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent ec23917 commit cf23e4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sdk-tests/src/test/java/io/dapr/it/spring/messaging/TestRestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class TestRestController {
3434
private final List<CloudEvent<String>> events = new ArrayList<>();
3535

3636
@GetMapping("/ready")
37-
public String ok() throws InterruptedException {
37+
public String ok() {
3838
return "OK";
3939
}
4040

testcontainers-dapr/src/main/java/io/dapr/testcontainers/DaprContainer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ protected void configure() {
246246
cmds.add(DAPR_PROTOCOL.getName());
247247
cmds.add("--placement-host-address");
248248
cmds.add(placementService + ":50005");
249-
cmds.add("--enable-app-health-check");
250249

251250
if (appChannelAddress != null && !appChannelAddress.isEmpty()) {
252251
cmds.add("--app-channel-address");

0 commit comments

Comments
 (0)