Skip to content

Commit

Permalink
Fix test for pre-entry climatization
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard33 authored Feb 11, 2023
1 parent 169ea96 commit a222f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ async def test_available_attributes(caplog):
"charging_target",
"charging_mode",
"charging_preferences",
"is_pre_entry_climatization_enabled",
"remaining_fuel",
"remaining_range_fuel",
"remaining_fuel_percent",
Expand Down Expand Up @@ -190,6 +191,7 @@ async def test_available_attributes(caplog):
"charging_target",
"charging_mode",
"charging_preferences",
"is_pre_entry_climatization_enabled",
"condition_based_services",
"check_control_messages",
"door_lock_state",
Expand Down

0 comments on commit a222f93

Please sign in to comment.