mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-20 02:53:44 +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