Fix loader test warning (#111965)

This commit is contained in:
Marc Mueller
2024-03-01 19:26:44 +01:00
committed by GitHub
parent 99f08fb417
commit 1f173aff17

View File

@@ -1029,7 +1029,7 @@ async def test_hass_components_use_reported(
"homeassistant.components.http.start_http_server_and_save_config",
return_value=None,
):
hass.components.http.start_http_server_and_save_config(hass, [], None)
await hass.components.http.start_http_server_and_save_config(hass, [], None)
assert (
"Detected that custom integration 'test_integration_frame'"