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

PP-11205 Refactor ForgottenPasswordDbFixture #2195

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

kbottla
Copy link
Contributor

@kbottla kbottla commented Oct 26, 2023

WHAT YOU DID

  • Refactored ForgottenPasswordDbFixture so it doesn't rely on the ForgottenPassword model used by services and resource classes. Using the ForgottenPassword model couples tests and main code tightly and any changes for testing impact API.

- Refactored `ForgottenPasswordDbFixture` so it doesn't rely on the `ForgottenPassword` model used by services and resource classes. Using the `ForgottenPassword` model couples tests and main code tightly and changes for tests impact API.
@kbottla kbottla force-pushed the pp_11205_refactor_forgotten_password_fixture branch from 334f4e3 to 11c31a4 Compare October 26, 2023 11:33
@kbottla kbottla merged commit 2f4f1c2 into master Oct 26, 2023
2 checks passed
@kbottla kbottla deleted the pp_11205_refactor_forgotten_password_fixture branch October 26, 2023 13:17
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.

2 participants