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:
parent
6350d22bc9
commit
e2e56cce21
@ -49,7 +49,7 @@ static gcoap_listener_t listener_second = {
|
|||||||
.next = NULL
|
.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.
|
* Client GET request success case. Test request generation.
|
||||||
|
Loading…
Reference in New Issue
Block a user