Commit ac51e309 authored by Robert Lubos's avatar Robert Lubos Committed by Carles Cufi
Browse files

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: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent e6f942f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;