Skip to content

Commit

Permalink
autotest: Rover: fix return type for invalid DO_SET_MISSION_CURRENT
Browse files Browse the repository at this point in the history
  • Loading branch information
nexton-winjeel committed Oct 13, 2023
1 parent c31a35f commit 8c41246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/rover.py
Original file line number Diff line number Diff line change
Expand Up @@ -5997,7 +5997,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):
Expand Down

0 comments on commit 8c41246

Please sign in to comment.