From 971b2c1725fbcd88c91d48c834923ed69ba8b49d Mon Sep 17 00:00:00 2001 From: Loes Immens Date: Fri, 31 May 2024 10:58:10 +0200 Subject: [PATCH] FDP-2306: small urc change in test Signed-off-by: Loes Immens --- .../kotlin/org/gxf/crestdeviceservice/coap/UrcServiceTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/test/kotlin/org/gxf/crestdeviceservice/coap/UrcServiceTest.kt b/application/src/test/kotlin/org/gxf/crestdeviceservice/coap/UrcServiceTest.kt index 9a947435..12ee9ba3 100644 --- a/application/src/test/kotlin/org/gxf/crestdeviceservice/coap/UrcServiceTest.kt +++ b/application/src/test/kotlin/org/gxf/crestdeviceservice/coap/UrcServiceTest.kt @@ -43,7 +43,7 @@ class UrcServiceTest { listOf("PSK:HSER"), listOf("PSK:CSER"), listOf("TS:ERR", "PSK:DLER"), - listOf("PSK:#ERR", "PSK:DLER")) + listOf("PSK:HSER", "PSK:DLER")) @JvmStatic private fun notContainingPskErrorUrcs() =