Stopped using outbox in member welcome email service tests#28699
Stopped using outbox in member welcome email service tests#28699EvanHahn wants to merge 1 commit into
Conversation
towards https://linear.app/ghost/issue/NY-1220 This makes the tests for member welcome emails service more realistic. The real code doesn't use the outbox, but the tests used it. Let's remove that.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe integration tests for member welcome emails are refactored in a single file. The Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run ghost:test:ci:integration:no-coverage |
✅ Succeeded | 2m 8s | View ↗ |
nx run ghost:test:ci:integration |
✅ Succeeded | 1m 25s | View ↗ |
nx run ghost:test:ci:e2e:no-coverage |
✅ Succeeded | 3m 58s | View ↗ |
nx run ghost:test:ci:e2e |
✅ Succeeded | 3m 55s | View ↗ |
nx run ghost:test:ci:legacy |
✅ Succeeded | 2m 18s | View ↗ |
nx run-many -t lint -p ghost |
✅ Succeeded | 49s | View ↗ |
nx run-many -t test:unit -p ghost |
✅ Succeeded | 32s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-06-18 02:09:38 UTC

towards https://linear.app/ghost/issue/NY-1220
This makes the tests for member welcome emails service more realistic. The real code doesn't use the outbox, but the tests used it. Let's remove that.