Fix HA websocket keepalive regression
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled

This commit is contained in:
2026-06-18 07:48:46 +02:00
parent 214b384b70
commit d9dc186f9b
5 changed files with 10 additions and 10 deletions

View File

@@ -94,8 +94,7 @@ def test_ha_event_listener_processes_state_change(tmp_path: Path) -> None:
connect.assert_called_once_with(
"ws://homeassistant:8123/api/websocket",
ping_interval=30,
ping_timeout=30,
ping_interval=None,
)
assert fake_ws.sent == [
{"type": "auth", "access_token": "test-token"},