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:
parent
e6f942f238
commit
ac51e30957
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue