From 8fb81d1dcc32d1b86baa6279b1c71e2296c2e202 Mon Sep 17 00:00:00 2001 From: Nick Exton Date: Fri, 13 Oct 2023 11:18:28 +1100 Subject: [PATCH] autotest: Rover: fix return type for invalid DO_SET_MISSION_CURRENT --- Tools/autotest/rover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/rover.py b/Tools/autotest/rover.py index ab13d592fc767..c82dca3c0210e 100644 --- a/Tools/autotest/rover.py +++ b/Tools/autotest/rover.py @@ -6055,7 +6055,7 @@ def MAV_CMD_DO_SET_MISSION_CURRENT(self, target_sysid=None, target_compid=1): timeout=1, target_sysid=target_sysid, target_compid=target_compid, - want_result=mavutil.mavlink.MAV_RESULT_FAILED, + want_result=mavutil.mavlink.MAV_RESULT_DENIED, ) def FlashStorage(self):