Skip to content

Commit d1e7abe

Browse files
author
Jan Thunqvist
committed
Change port on test to fix crash.
1 parent d6ed8e9 commit d1e7abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_charge_point_v201.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ async def test_cms_responses_v201(hass, socket_enabled):
12351235
config_data[CONF_CPIDS].append({cp_id: MOCK_CONFIG_CP_APPEND.copy()})
12361236
config_data[CONF_CPIDS][-1][cp_id][CONF_CPID] = "test_v201_cpid"
12371237

1238-
config_data[CONF_PORT] = 9010
1238+
config_data[CONF_PORT] = 9080
12391239

12401240
config_entry = MockConfigEntry(
12411241
domain=OCPP_DOMAIN,

0 commit comments

Comments
 (0)