Skip to content

Commit

Permalink
Merge pull request #17963 from fjmolinas/pr_update_check_sui
Browse files Browse the repository at this point in the history
examples/suit_udpate: update check suit command
  • Loading branch information
benpicco authored Apr 19, 2022
2 parents 646fb11 + c4cadbc commit 5dc53c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/suit_update/tests-with-config/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5dc53c4

Please sign in to comment.