fix(tests): resolve sub-optimal test names and missing DKIM config exceptions#2001
fix(tests): resolve sub-optimal test names and missing DKIM config exceptions#2001amlhive-tech wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughThe DKIM tests now handle accepted domains without matching signing configurations by recording explicit results and skipping DNS validation. Both function declarations lose their leading BOM, and the contributor registry adds an ChangesDKIM handling
Contributor registry
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
Up to standards ✅🟢 Issues
|
merill
left a comment
There was a problem hiding this comment.
Hi @amlhive-tech thanks for your PR!
Can I ask you split this into two PRs please?
This will make it easier to track unrelated changes.
For the pester update we are currently pinned to 5.x and not Pester 6, so the rename of the tests as as will not be accurate. We might need to do this as a seperate PR that moves everything to Pester 6 in one go.
f471f27 to
3d9aece
Compare
📑 Description
Fixes two open issues:
Common.Tests.ps1to prevent Pester v6 deep object recursion.$dkimSigningConfiginTest-MtCisDkim.ps1andTest-MtCisaDkim.ps1so accepted domains without explicit DKIM configs (e.g..onmicrosoft.com) do not cause unhandled exceptions.website/contributors/contributors.yml.✅ Checks
Summary by CodeRabbit
Bug Fixes
Documentation