-
Notifications
You must be signed in to change notification settings - Fork 117
Fix failing Integration Test workflow #883
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
Conversation
…Use terNO_DELEGATE_PERMISSION error in the integ tests;
WalkthroughConfiguration amendment list updated to remove NonFungibleTokensV1 and rename PermissionDelegation to PermissionDelegationV1_1. Test expectations updated to reflect error code change from tecNO_DELEGATE_PERMISSION to terNO_DELEGATE_PERMISSION for delegation permission validation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
🔇 Additional comments (3)
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 |
|
This PR is a precursor to #882. Please review this PR first. |
|
Thanks for the quick reviews @pdp2121 @achowdhry-ripple |
High Level Overview of Change
The title of the erstwhile
PermissionDelegationamendment has been updated in the latest version of the rippled code. Here is the source.A corresponding change has been made in the xrpl-py integration tests as well.
terNO_DELEGATE_PERMISSIONerror code is used instead oftecNO_DELEGATE_PERMISSION.Type of Change
Did you update CHANGELOG.md?
Test Plan
The existing integ tests have been updated to accomodate the new behavior of rippled.