Fix dummy issue parent assignments#9207
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR fixes a bug in ChangesDummy Data Task Parent Assignment Fix
🎯 2 (Simple) | ⏱️ ~8 minutes
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fixes #9176
Tests
git diff --check origin/preview...fix/dummy-parent-assignmentspython -m compileall -q apps/api/plane/bgtasks/dummy_data_task.py apps/api/plane/tests/unit/bg_tasks/test_dummy_data_task.pyNot run:
python -m pytest plane/tests/unit/bg_tasks/test_dummy_data_task.py(local environment is missing the project dependencycelery)python -m ruff check ...(local environment is missingruff)Summary by CodeRabbit
Bug Fixes
Tests