fixes tests for DataServiceCache and TaskManager

This commit is contained in:
Mose Müller
2024-02-27 16:19:11 +01:00
parent 26689d8578
commit a72a551f54
2 changed files with 24 additions and 14 deletions

View File

@ -67,5 +67,5 @@ async def test_task_status_update() -> None:
state_manager._data_service_cache.get_value_dict_from_cache("my_method")[
"value"
]
== {}
== "RUNNING"
)