-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix incorrect attribute name removal in SCIM URIs #601
Fix incorrect attribute name removal in SCIM URIs #601
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #601 +/- ##
============================================
- Coverage 47.34% 47.34% -0.01%
+ Complexity 1130 1046 -84
============================================
Files 41 41
Lines 9139 9146 +7
Branches 2431 2431
============================================
+ Hits 4327 4330 +3
- Misses 3883 3885 +2
- Partials 929 931 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder started |
PR builder completed |
PR builder started |
Above test cases are intermittently failing. |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/13129635330
This PR fixes an issue where :attributeName was being removed from all occurrences within the SCIM attribute URIs instead of only the last occurrence. The fix ensures that only the last occurrence of the suffix.
Related Issue