Skip to content

Commit 4106da2

Browse files
author
Andrei Neagu
committed
fixed issue
1 parent 7b4a656 commit 4106da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dynamic-sidecar/tests/unit/test_modules_notifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def app(
8787
) -> AsyncIterable[FastAPI]:
8888
mocker.patch(
8989
"simcore_service_dynamic_sidecar.modules.system_monitor._disk_usage._get_monitored_paths",
90-
return_value=[],
90+
return_value={},
9191
)
9292

9393
async with LifespanManager(app):

0 commit comments

Comments
 (0)