autotest: correct diagnostic message

This commit is contained in:
Peter Barker 2022-06-29 17:48:04 +10:00 committed by Peter Barker
parent f6816f38dc
commit 208554d402

View File

@ -4065,7 +4065,7 @@ class AutoTest(ABC):
return self.check_mission_items_same(check_atts, want, got, skip_first_item=True, strict=strict)
def check_mission_item_upload_download(self, items, itype, mission_type, strict=True):
self.progress("check %s _upload/download: upload %u items" %
self.progress("check %s upload/download: upload %u items" %
(itype, len(items),))
self.upload_using_mission_protocol(mission_type, items)
self.progress("check %s upload/download: download items" % itype)