mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix after deps not being considered for integrations before stage 1 (#114045)
This commit is contained in:
@@ -379,6 +379,8 @@ async def test_setup_frontend_before_recorder(hass: HomeAssistant) -> None:
|
||||
assert "frontend" in hass.config.components
|
||||
assert "normal_integration" in hass.config.components
|
||||
assert "recorder" in hass.config.components
|
||||
assert "http" in hass.config.components
|
||||
|
||||
assert order == [
|
||||
"http",
|
||||
"frontend",
|
||||
|
||||
Reference in New Issue
Block a user