test_fw_fingerprint.py: fix RAM HD test

pull/33316/head
Shane Smiskol 1 year ago
parent a255b8043a
commit e6b2996478
  1. 2
      selfdrive/car/tests/test_fw_fingerprint.py

@ -133,7 +133,7 @@ class TestFwFingerprint:
elif CP.carName == "chrysler":
# Some HD trucks have a combined TCM and ECM
if CP.carFingerprint.startswith("RAM HD"):
if CP.carFingerprint.startswith("RAM_HD"):
for ecu in ecus.keys():
assert ecu[0] != Ecu.transmission, f"{car_model}: Blacklisted ecu: (Ecu.{ECU_NAME[ecu[0]]}, {hex(ecu[1])})"

Loading…
Cancel
Save