Closed kushalshit27 closed 2 months ago
Attention: Patch coverage is 91.66667%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 84.33%. Comparing base (
0ac0038
) to head (f951152
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/context/yaml/handlers/clientGrants.ts | 90.90% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing this now, as this fix is not enough, I will investigate later.
🔧 Changes
When
AUTH0_PRESERVE_KEYWORDS : true
,export
operation should preserve the mapping foraudience
key.example:
📚 References
🔬 Testing
Added a new unit test cases to the main keyword preservation test with
clientGrants
resource.📝 Checklist