diff --git a/src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py b/src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py index 974af8794..70879b258 100644 --- a/src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py +++ b/src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py @@ -28,7 +28,7 @@ # Environment variables and paths are set by conftest.py # Import the models (conftest.py handles path setup) -from backend.v4.models.models import MPlan, PlanStatus +from backend.v4.models.models import MPlan # Import the converter from backend.v4.orchestration.helper.plan_to_mplan_converter import PlanToMPlanConverter