diff --git a/server/planning/commands/flag_expired_items_test.py b/server/planning/commands/flag_expired_items_test.py index 0daed83a6..b56331070 100644 --- a/server/planning/commands/flag_expired_items_test.py +++ b/server/planning/commands/flag_expired_items_test.py @@ -12,8 +12,8 @@ from bson.objectid import ObjectId -from planning.events.service import EventsAsyncService -from planning.planning.service import PlanningAsyncService +from planning.events import EventsAsyncService +from planning.planning import PlanningAsyncService from superdesk import get_resource_service from superdesk.utc import utcnow