MOSIP-45089 - Updated the AddIdentity with respect to the new ID Schema driven request body#1757
Conversation
|
Warning Review limit reached
More reviews will be available in 11 minutes and 8 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. WalkthroughThe AddIdentity authentication test suite is enhanced to support parameterized email and phone contact fields using template placeholders instead of hardcoded values. Maven dependencies are updated, the Java test executor adds conditional placeholder substitution logic, YAML test data replaces hardcoded contacts with ChangesAddIdentity test parameterization
🎯 3 (Moderate) | ⏱️ ~20 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
…ma driven request body Signed-off-by: Mohanachandran S <mohanachandran.s@technoforte.co.in>
Signed-off-by: Mohanachandran S <mohanachandran.s@technoforte.co.in>
Signed-off-by: Mohanachandran S <mohanachandran.s@technoforte.co.in> # Conflicts: # api-test/pom.xml
8d7854e to
6246884
Compare
Signed-off-by: Mohanachandran S <mohanachandran.s@technoforte.co.in>
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@api-test/agents.md`:
- Line 8: Update the version string in api-test/agents.md from "1.2.1-SNAPSHOT"
to match the pom.xml change ("1.4.0-SNAPSHOT"); locate the line containing the
Markdown version token (**Version:** `1.2.1-SNAPSHOT`) and replace it with
**Version:** `1.4.0-SNAPSHOT` so documentation and the pom.xml are consistent.
Ensure no other occurrences of "1.2.1-SNAPSHOT" remain in that file.
- Line 21: Update the JAR filename in the run command: replace the hardcoded
apitest-auth-1.2.1-jar-with-dependencies.jar with
apitest-auth-1.4.0-SNAPSHOT-jar-with-dependencies.jar so it matches the fileName
property in pom.xml; locate the string
apitest-auth-1.2.1-jar-with-dependencies.jar in agents.md and update it to
apitest-auth-1.4.0-SNAPSHOT-jar-with-dependencies.jar.
🪄 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: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 1e4f7de0-b004-408a-be70-943316a18f41
📒 Files selected for processing (4)
api-test/agents.mdapi-test/pom.xmlapi-test/src/main/java/io/mosip/testrig/apirig/auth/testscripts/AddIdentity.javaapi-test/src/main/resources/ida/AddIdentity/AddIdentity.yml
Signed-off-by: Mohanachandran S <mohanachandran.s@technoforte.co.in>
MOSIP-45089 - Updated the AddIdentity with respect to the new ID Schema driven request body
Summary by CodeRabbit
Documentation
Chores
Tests