mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Move write of core state to executor (#5720)
This commit is contained in:
@@ -12,7 +12,7 @@ from supervisor.resolution.validate import get_valid_modules
|
||||
|
||||
async def test_check_autofix(coresys: CoreSys):
|
||||
"""Test check for setup."""
|
||||
coresys.core.state = CoreState.RUNNING
|
||||
await coresys.core.set_state(CoreState.RUNNING)
|
||||
|
||||
coresys.resolution.fixup._fixups[
|
||||
"system_create_full_backup"
|
||||
|
||||
Reference in New Issue
Block a user