mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix loader test warning (#111965)
This commit is contained in:
parent
99f08fb417
commit
1f173aff17
@ -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'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user