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 Nov 10, 2023
1 parent 06dc7c1 commit 8fb81d1
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 @@ -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):
Expand Down

0 comments on commit 8fb81d1

Please sign in to comment.