Skip to content
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

add tests coverage for the p2p_happy_path.json test cases #4042

Open
6 tasks
AmTryingMyBest opened this issue Jan 28, 2025 · 0 comments
Open
6 tasks

add tests coverage for the p2p_happy_path.json test cases #4042

AmTryingMyBest opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it

Comments

@AmTryingMyBest
Copy link

AmTryingMyBest commented Jan 28, 2025

Add tests for these endpoints within the p2p_money_transfer folder into their respective test cases.

p2p_happy_path RECEIVE_QUOTE

  • POST /participants/{Type}/{ID} - Add Participant to ALS

p2p_happy_path with subID

  • POST /participants/{Type}/{ID}/{SubId} - Add Participant to ALS

accented unicode characters test

  • POST /participants/{Type}/{ID} - Add Participant to ALS

burmese unicode characters test

  • POST /participants/{Type}/{ID} - Add Participant to ALS

p2p_unhappy_path with invalid subID at PayeeFSP

  • POST /participants/{Type}/{ID}/{SubId} - Add Participant to ALS

p2p_happy_path BALANCE CHECKS

  • POST /participants/{Type}/{ID} - Add Participant to ALS
@AmTryingMyBest AmTryingMyBest self-assigned this Jan 29, 2025
@AmTryingMyBest AmTryingMyBest added the oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it label Jan 29, 2025
@AmTryingMyBest AmTryingMyBest marked this as a duplicate of #4043 Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it
Projects
None yet
Development

No branches or pull requests

1 participant