You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task worker tests were failing because they mocked settings.redis_url
but the task_worker CLI command calls get_redis_conn() directly which
uses the actual Redis connection. Added proper mocks for get_redis_conn
and ensure_search_index_exists to match the pattern used by other CLI tests.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments