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 e77d2dd commit 26160a8Copy full SHA for 26160a8
services/storage/tests/unit/modules/celery/conftest.py
@@ -66,6 +66,7 @@ def celery_client(
66
67
@pytest.fixture
68
def celery_worker_controller(
69
+ app_environment: EnvVarsDict,
70
register_celery_tasks: Callable[[Celery], None],
71
celery_app: Celery,
72
) -> Iterable[TestWorkController]:
0 commit comments