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

examples/suit_udpate: update check suit command

This commit is contained in:
Francisco Molina 2022-04-19 13:05:02 +02:00
parent 63b25483c9
commit c4cadbc43f

View File

@ -186,7 +186,7 @@ def _test_successful_update(child, client, app_ver):
def _test_suit_command_is_there(child):
child.sendline('suit')
child.expect_exact("Usage: suit <manifest url>")
child.expect_exact("Usage: suit fetch <manifest url>")
def testfunc(child):