Skip to content

Commit

Permalink
tests: net: lib: lwm2m: content_link_format: Update BS discovery test
Browse files Browse the repository at this point in the history
Align bootstrap discovery tests case with the enabler version reporting
changes.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos authored and carlescufi committed Sep 10, 2024
1 parent e6f942f commit ac51e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/lib/lwm2m/content_link_format/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ac51e30

Please sign in to comment.