Actions
Patch #41914
closedFix random test failure in UserTest#test_validate_password_complexity due to missing explicit language setting
Description
Failure: UserTest#test_validate_password_complexity [test/unit/user_test.rb:580]: Expected false to be truthy. bin/rails test test/unit/user_test.rb:566
Updated by Go MAEDA 3 months ago
We have to set the current user's language to English in the test.
Failure: UserTest#test_validate_password_complexity [test/unit/user_test.rb:580]: Expected ["Mot de passe est trop court (au moins 8 caractères)", "Mot de passe is too simple"] to include "Password is too simple". bin/rails test test/unit/user_test.rb:566
Updated by Go MAEDA 3 months ago
- Subject changed from Fix random test failure in UserTest#test_validate_password_complexity to Fix random test failure in UserTest#test_validate_password_complexity due to missing explicit language setting
- Status changed from New to Resolved
- Target version changed from 6.1.0 to 6.0.2
Committed the fix for this issue in r23345.
Actions