mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-10 10:13:40 +08:00
update athena version test
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user