From d102df25c2dba14b72ece994486e7f29e8ed1409 Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Thu, 13 Apr 2023 09:03:45 +0200 Subject: [PATCH] test: fix test --- tests/data/car_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/car_status.py b/tests/data/car_status.py index bcdca40..df2fb7e 100644 --- a/tests/data/car_status.py +++ b/tests/data/car_status.py @@ -22,7 +22,7 @@ FUEL_CAR_STATUS = { ELECTRIC_CAR_STATUS = { "lastPosition": {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.59008, 47.274, 30]}, - "properties": {"updatedAt": "2021-03-29T06:22:51Z", "type": "Aquire", "signalQuality": 9}}, + "properties": {"updatedAt": "2021-03-29T06:22:51Z", "type": "Acquire", "signalQuality": 9}}, "preconditionning": {"airConditioning": {"updatedAt": "2022-03-26T10:52:11Z", "status": "Disabled"}}, "energy": [{"updatedAt": "2021-09-14T20:39:06Z", "type": "Fuel", "level": 0}, {"updatedAt": "2022-03-26T11:02:54Z", "type": "Electric", "level": 59, "autonomy": 122,