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

fix: set maxPasswordLength in password tests #19735

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

netroms
Copy link
Contributor

@netroms netroms commented Jan 21, 2025

Problem

Tests that are testing the password length rule fails, because some test change the length.

Cause

Tests are modifying the password length rule, and the variable is not reset to the default. Test order is random, and the problem can manifest, when new tests are added.

Fix

Reset password length config to the default.

@netroms netroms merged commit 195181d into master Jan 21, 2025
17 checks passed
@netroms netroms deleted the fix_set_maxPasswordLength_password_tests branch January 21, 2025 11:57
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.

3 participants