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

examples/suit_update: fix redundant check in test script

This commit is contained in:
Kaspar Schleiser 2023-05-22 12:40:37 +02:00
parent 6f00380cc3
commit a622c88105

View File

@ -210,7 +210,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":