Skip to content

Commit

Permalink
Try async validation false
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Dec 12, 2024
1 parent 4ddfc45 commit f149830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_charge_point_v201.py
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@
import pytest
from pytest_homeassistant_custom_component.common import MockConfigEntry

import ocpp
from ocpp.routing import on
import ocpp.exceptions
from ocpp.v201 import ChargePoint as cpclass, call, call_result
@@ -1210,6 +1211,7 @@ async def test_cms_responses_v201(hass, socket_enabled):
domain=OCPP_DOMAIN, data=config_data, entry_id="test_cms", title="test_cms"
)
cs: CentralSystem = await create_configuration(hass, config_entry)
ocpp.messages.ASYNC_VALIDATION = False
await run_charge_point_test(
config_entry,
"CP_2",

0 comments on commit f149830

Please sign in to comment.