diff --git a/leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/DeleteClientOnlyTest.java b/leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/DeleteClientOnlyTest.java index 599074d3ea..1fab8347c0 100644 --- a/leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/DeleteClientOnlyTest.java +++ b/leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/DeleteClientOnlyTest.java @@ -59,7 +59,8 @@ public class DeleteClientOnlyTest { static Stream transports() { return Stream.of(// // ProtocolUsed - Client Endpoint Provider - arguments(Protocol.COAP, "Californium")); + arguments(Protocol.COAP, "Californium"), // + arguments(Protocol.COAP, "java-coap")); } /*---------------------------------/