1
0
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:
J. Nick Koston
2024-03-23 00:21:56 -10:00
committed by GitHub
parent ac80d38871
commit 31fb02a71d
2 changed files with 10 additions and 0 deletions

View File

@@ -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",