diff --git a/tests/test_api_placement.py b/tests/test_api_placement.py index d9f0f49..3fd56b4 100644 --- a/tests/test_api_placement.py +++ b/tests/test_api_placement.py @@ -8,6 +8,7 @@ endpoints gate on run state, and that a list response stays small. import pytest from sqlalchemy import select +import backend.app.tasks.library_placement # noqa: F401 — register tasks from backend.app.celery_app import celery from backend.app.models import Artist, LibraryPlacementRun