autotest : correct in typos line 8549 Receving -> Receiving

This commit is contained in:
VMsunghwan 2022-01-13 00:39:15 +09:00 committed by Peter Barker
parent 132baa1ad0
commit 105fc36da5
1 changed files with 1 additions and 1 deletions

View File

@ -8546,7 +8546,7 @@ Also, ignores heartbeats not from our target system'''
def test_request_message(self, timeout=60): def test_request_message(self, timeout=60):
rate = round(self.get_message_rate("CAMERA_FEEDBACK", 10)) rate = round(self.get_message_rate("CAMERA_FEEDBACK", 10))
if rate != 0: if rate != 0:
raise PreconditionFailedException("Receving camera feedback") raise PreconditionFailedException("Receiving camera feedback")
m = self.poll_message("CAMERA_FEEDBACK") m = self.poll_message("CAMERA_FEEDBACK")
if m is None: if m is None:
raise NotAchievedException("Requested CAMERA_FEEDBACK did not arrive") raise NotAchievedException("Requested CAMERA_FEEDBACK did not arrive")