Skip to content

Commit d0c0085

Browse files
mock celery app
1 parent b31d2f0 commit d0c0085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/storage/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@ def app_server_factory_with_worker_mode(
10171017
mocked_s3_server_envs: EnvVarsDict,
10181018
datcore_adapter_service_mock: respx.MockRouter,
10191019
mocked_redis_server: None,
1020+
mock_celery_app: Celery,
10201021
monkeypatch: pytest.MonkeyPatch,
10211022
) -> Callable[[], FastAPIAppServer]:
10221023
with monkeypatch.context() as patch:

0 commit comments

Comments
 (0)