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 <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-09-06 11:56:37 +02:00 committed by Carles Cufí
commit ac51e30957

View file

@ -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;