MPT-13785 remove obsolete skip markers from category tests#306
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughRemoved Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@tests/e2e/notifications/categories/test_sync_categories.py`:
- Line 34: Run Ruff formatting on the failing test file to satisfy `ruff format
--check`: reformat test_sync_categories.py with Ruff (not Black), fix the
formatting issues identified around the test definitions (the failures reported
at the file and at the other occurrences), then stage and commit the formatted
file and re-run `ruff format --check` (or `ruff check`) to ensure CI passes
before pushing.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro
Run ID: dc5e6a6d-7de4-4623-a9b8-234e559bbba0
📒 Files selected for processing (2)
tests/e2e/notifications/categories/test_async_categories.pytests/e2e/notifications/categories/test_sync_categories.py
|
@CodeRabbit review |
✅ Actions performedReview triggered.
|
|



Closes MPT-13785