Skip to content

Commit

Permalink
Fix Superb enumerations and fixture for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Fursov authored and Prior99 committed Sep 23, 2024
1 parent 9247cd0 commit 7814c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions myskoda/models/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class CapabilityStatus(StrEnum):
DEACTIVATED_BY_ACTIVE_VEHICLE_USER = "DEACTIVATED_BY_ACTIVE_VEHICLE_USER"
DISABLED_BY_USER = "DISABLED_BY_USER"
INSUFFICIENT_BATTERY_LEVEL = "INSUFFICIENT_BATTERY_LEVEL"
LICENSE_MISSING = "LICENSE_MISSING"
LOCATION_DATA_DISABLED = "LOCATION_DATA_DISABLED"


Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/superb/garage_vehicles_LK_liftback.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"vin": "XXXXXXXXXX",
"vin": "TMBJM0CKV1N12345",
"name": "Superb",
"workshopModeEnabled": false,
"state": "ACTIVATED",
Expand Down

0 comments on commit 7814c3c

Please sign in to comment.