mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix flaky websocket_api test (#95786)
This commit is contained in:
parent
5712d12c42
commit
5f9da06e49
@ -1739,6 +1739,7 @@ async def test_execute_script_complex_response(
|
||||
hass: HomeAssistant, hass_ws_client: WebSocketGenerator
|
||||
) -> None:
|
||||
"""Test testing a condition."""
|
||||
await async_setup_component(hass, "homeassistant", {})
|
||||
await async_setup_component(hass, "calendar", {"calendar": {"platform": "demo"}})
|
||||
await hass.async_block_till_done()
|
||||
ws_client = await hass_ws_client(hass)
|
||||
|
Loading…
x
Reference in New Issue
Block a user