mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix bmw_connected_drive tests (#135911)
This commit is contained in:
@@ -138,13 +138,6 @@ async def test_service_call_invalid_input(
|
||||
HomeAssistantError,
|
||||
REMOTE_SERVICE_EXC_TRANSLATION,
|
||||
),
|
||||
(
|
||||
ServiceValidationError(
|
||||
"Option 17 is not valid for entity select.i4_edrive40_ac_charging_limit"
|
||||
),
|
||||
ServiceValidationError,
|
||||
"Option 17 is not valid for entity select.i4_edrive40_ac_charging_limit",
|
||||
),
|
||||
],
|
||||
)
|
||||
async def test_service_call_fail(
|
||||
|
Reference in New Issue
Block a user