diff --git a/application/src/test/kotlin/org/gxf/crestdeviceservice/command/resulthandler/RebootCommandResultHandlerTest.kt b/application/src/test/kotlin/org/gxf/crestdeviceservice/command/resulthandler/RebootCommandResultHandlerTest.kt index 76302588..22c8804b 100644 --- a/application/src/test/kotlin/org/gxf/crestdeviceservice/command/resulthandler/RebootCommandResultHandlerTest.kt +++ b/application/src/test/kotlin/org/gxf/crestdeviceservice/command/resulthandler/RebootCommandResultHandlerTest.kt @@ -68,7 +68,7 @@ class RebootCommandResultHandlerTest { fun hasSucceededTestSource(): Stream = Stream.of( Arguments.of(listOf("INIT", "WDR"), "0", true), - Arguments.of(listOf("INIT"), "0", false), + Arguments.of(listOf("INIT"), "0", true), Arguments.of(listOf("WDR"), "0", false), Arguments.of(listOf("PSK:TMP", "PSK:SET"), "!PSK:######;PSK:######SET", false), )