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 578b30d commit 22513d8Copy full SHA for 22513d8
services/storage/tests/conftest.py
@@ -975,7 +975,7 @@ def celery_config() -> dict[str, Any]:
975
def mock_celery_app(mocker: MockerFixture, celery_config: dict[str, Any]) -> Celery:
976
celery_app = Celery(**celery_config)
977
978
- for module in ("celery_library.common.create_app",):
+ for module in ("simcore_service_storage.modules.celery.create_app",):
979
mocker.patch(module, return_value=celery_app)
980
981
return celery_app
0 commit comments