small typo on run.py (#33413)

old-commit-hash: a51b83b4d8
pull/33433/head
Alexandre Nobuharu Sato 9 months ago committed by GitHub
parent f81c369acd
commit 9f1d49ef32
  1. 2
      selfdrive/ui/tests/test_ui/run.py

@ -92,7 +92,7 @@ def setup_onroad_alert(click, pm: PubMaster, text1, text2, size, status=log.Cont
cs.alertText2 = text2
cs.alertSize = size
cs.alertStatus = status
cs.alertType = "test_onorad_alert"
cs.alertType = "test_onroad_alert"
pm.send('controlsState', dat)
def setup_onroad_alert_small(click, pm: PubMaster):

Loading…
Cancel
Save