1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #17963 from fjmolinas/pr_update_check_sui

examples/suit_udpate: update check suit command
This commit is contained in:
benpicco 2022-04-19 16:35:38 +02:00 committed by GitHub
commit 5dc53c4b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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):