diff --git a/examples/suit_update/tests-with-config/01-run.py b/examples/suit_update/tests-with-config/01-run.py index 9c205a8529..f53f7406b0 100755 --- a/examples/suit_update/tests-with-config/01-run.py +++ b/examples/suit_update/tests-with-config/01-run.py @@ -143,8 +143,8 @@ def running_slot(child): def _test_invalid_version(child, client, app_ver): - publish(TMPDIR.name, COAP_HOST, app_ver - 1) - notify(COAP_HOST, client, app_ver - 1) + publish(TMPDIR.name, COAP_HOST, app_ver) + notify(COAP_HOST, client, app_ver) child.expect_exact("suit_coap: trigger received") child.expect_exact("suit: verifying manifest signature") child.expect_exact("seq_nr <= running image")