Skip to content

Commit c645de8

Browse files
Fix .
1 parent eb394de commit c645de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/run_tv_casting_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def validate_identification_declaration_message_on_tv_app(tv_app_info: Tuple[sub
224224
while True:
225225
# Check if we exceeded the maximum wait time for validating the device information from the Linux tv-app to the corresponding values from the Linux tv-app.
226226
if time.time() - start_wait_time > COMMISSIONING_STAGE_MAX_WAIT_SEC:
227-
logging.erro('The device information from the Linux tv-app output was not validated against the corresponding values from the Linux tv-casting-app output within the timeout.')
227+
logging.error('The device information from the Linux tv-app output was not validated against the corresponding values from the Linux tv-casting-app output within the timeout.')
228228
return False
229229

230230
tv_app_line = tv_app_process.stdout.readline()

0 commit comments

Comments
 (0)