1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/unittests: Change sequence of expected resources

This is a consequence of "Register additional resources head-first", and
is acceptable as there are no semantics to the link-format message.
This commit is contained in:
chrysn 2020-10-03 00:00:46 +02:00
parent 6350d22bc9
commit e2e56cce21

View File

@ -49,7 +49,7 @@ static gcoap_listener_t listener_second = {
.next = NULL
};
static const char *resource_list_str = "</act/switch>,</sensor/temp>,</test/info/all>,</second/part>";
static const char *resource_list_str = "</second/part>,</act/switch>,</sensor/temp>,</test/info/all>";
/*
* Client GET request success case. Test request generation.