Skip to content

Conversation

@oyedeletemitope
Copy link
Contributor

Tested the user Module for the following endpoints

  • /api/v1/users/{userId}
  • /api/v1/users/{userId}/request-verification
  • /api/v1/users/profile-photo
  • /api/v1/users/{userId}/deactivate
  • /api/v1/users/{userId}/request-reactivation
  • /api/v1/users/lead-registration
  • /api/v1/users/new-user-form

@oyedeletemitope
Copy link
Contributor Author

My apologies @willypelz, I've added them back


// We would need to actually inject the real service to test this
// const result = usersService.paraseEncryptedParams(encryptedParams);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oyedeletemitope why do we have alot of comment codes? can we remove them if not used.

Copy link
Member

@Tonykaynoni Tonykaynoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the major difference between this test and the one here #44 🤷🏿‍♂️

@oyedeletemitope
Copy link
Contributor Author

oyedeletemitope commented May 22, 2025

What's the major difference between this test and the one here #44 🤷🏿‍♂️

I think Dennis decided to test all the endpoints in the user module. I only tested for the ones assigned to me.

@willypelz willypelz merged commit 957e099 into main Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants