test_fw_fingerprint.py: fix RAM HD test

old-commit-hash: e6b29964785d836361636cee5c6e70af59d5fda0
This commit is contained in:
Shane Smiskol
2024-08-16 01:00:26 -07:00
parent e19db6a5eb
commit 6fc97576d6

View File

@@ -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])})"