Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth_saml/tests/test_pysaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down