From ac51e30957db1f7687bec498490cdf7b7b168254 Mon Sep 17 00:00:00 2001 From: Robert Lubos Date: Fri, 6 Sep 2024 11:56:37 +0200 Subject: [PATCH] tests: net: lib: lwm2m: content_link_format: Update BS discovery test Align bootstrap discovery tests case with the enabler version reporting changes. Signed-off-by: Robert Lubos --- tests/net/lib/lwm2m/content_link_format/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/net/lib/lwm2m/content_link_format/src/main.c b/tests/net/lib/lwm2m/content_link_format/src/main.c index 3b0189ddbe7..6b135a998fe 100644 --- a/tests/net/lib/lwm2m/content_link_format/src/main.c +++ b/tests/net/lib/lwm2m/content_link_format/src/main.c @@ -140,7 +140,7 @@ ZTEST(net_content_link_format, test_put_begin_discovery) ZTEST(net_content_link_format, test_put_begin_bs_discovery) { int ret; - const char *expected_payload = "lwm2m=\"1.0\""; + const char *expected_payload = ";lwm2m=\"1.0\""; test_formatter_data.mode = LINK_FORMAT_MODE_BOOTSTRAP_DISCOVERY;