We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31d2f0 commit d0c0085Copy full SHA for d0c0085
services/storage/tests/conftest.py
@@ -1017,6 +1017,7 @@ def app_server_factory_with_worker_mode(
1017
mocked_s3_server_envs: EnvVarsDict,
1018
datcore_adapter_service_mock: respx.MockRouter,
1019
mocked_redis_server: None,
1020
+ mock_celery_app: Celery,
1021
monkeypatch: pytest.MonkeyPatch,
1022
) -> Callable[[], FastAPIAppServer]:
1023
with monkeypatch.context() as patch:
0 commit comments