Skip to content

Commit

Permalink
examples/suit_update: fix redundant check in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed May 22, 2023
1 parent 5044f5f commit 527a575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/suit_update/tests-with-config/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def _test_successful_update(child, client, app_ver):
pass
# Check successful install
child.expect_exact("Install correct payload")
child.expect_exact("Install correct payload")

# Wait for reboot on non-native BOARDs
if BOARD != "native":
Expand Down

0 comments on commit 527a575

Please sign in to comment.