mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update bootstrap.py for grammar in slow startup error log (#157458)
This commit is contained in:
@@ -727,7 +727,7 @@ async def test_setup_hass(
|
||||
),
|
||||
)
|
||||
|
||||
assert "Waiting on integrations to complete setup" not in caplog.text
|
||||
assert "Waiting for integrations to complete setup" not in caplog.text
|
||||
|
||||
assert "browser" in hass.config.components
|
||||
assert "recovery_mode" not in hass.config.components
|
||||
@@ -790,7 +790,7 @@ async def test_setup_hass_takes_longer_than_log_slow_startup(
|
||||
),
|
||||
)
|
||||
|
||||
assert "Waiting on integrations to complete setup" in caplog.text
|
||||
assert "Waiting for integrations to complete setup" in caplog.text
|
||||
|
||||
|
||||
async def test_setup_hass_invalid_yaml(
|
||||
|
||||
Reference in New Issue
Block a user