mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Split recorder and frontend bootstrap steps (#122420)
This commit is contained in:
@@ -436,9 +436,6 @@ async def test_setup_frontend_before_recorder(hass: HomeAssistant) -> None:
|
||||
MockModule(
|
||||
domain="recorder",
|
||||
async_setup=gen_domain_setup("recorder"),
|
||||
partial_manifest={
|
||||
"after_dependencies": ["http"],
|
||||
},
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user