From cedfb151b3d538e6186a99a30c774916eb855e54 Mon Sep 17 00:00:00 2001 From: Adam Heinz Date: Mon, 2 Jan 2023 13:54:30 -0500 Subject: [PATCH] [IMP] auth_saml: Lengthen test password. This should avoid a test failure caused by the incoming password_security module. --- auth_saml/tests/test_pysaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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