update athena version test

This commit is contained in:
Adeeb Shihadeh
2026-08-01 23:25:35 -07:00
parent 20eb0d733a
commit 54a7e8926f
@@ -467,7 +467,7 @@ class TestAthenadMethods(OpenpilotTestCase):
def test_get_version(self):
resp = dispatcher["getVersion"]()
keys = ["version", "remote", "branch", "commit"]
keys = ["version", "remote", "branch", "commit", "commit_date"]
assert list(resp.keys()) == keys
for k in keys:
assert isinstance(resp[k], str), f"{k} is not a string"