diff --git a/auth_saml/tests/test_pysaml.py b/auth_saml/tests/test_pysaml.py index 50652ac503..d46d911724 100644 --- a/auth_saml/tests/test_pysaml.py +++ b/auth_saml/tests/test_pysaml.py @@ -250,7 +250,7 @@ def test_disallow_user_password_no_password_set(self): ) # Assert that the user password can not be set with self.assertRaises(ValidationError): - user.password = "new password" + user.password = "new longer password" def test_disallow_user_password(self): """Test that existing user password is deleted when adding an SAML provider when