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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1029,7 +1029,7 @@ async def test_hass_components_use_reported(
"homeassistant.components.http.start_http_server_and_save_config", "homeassistant.components.http.start_http_server_and_save_config",
return_value=None, 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 ( assert (
"Detected that custom integration 'test_integration_frame'" "Detected that custom integration 'test_integration_frame'"