Skip to content

Commit

Permalink
Set CAS_APPLY_ATTRIBUTES_TO_USER to True in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Jan 17, 2025
1 parent 6ab6f93 commit 385937a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pod/authentication/tests/test_populated.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ def authenticate_CAS_user():


@override_settings(
CAS_RENAME_ATTRIBUTES=CAS_RENAME_ATTRIBUTES,
CAS_VERSION=3,
POPULATE_USER="CAS",
CAS_VERSION=3,
CAS_APPLY_ATTRIBUTES_TO_USER=True,
CAS_RENAME_ATTRIBUTES=CAS_RENAME_ATTRIBUTES,
)
@mock.patch("cas.CASClientV3.verify_ticket", mock_verify_CAS_ticket)
class PopulatedCASTestCase(TestCase):
Expand Down

0 comments on commit 385937a

Please sign in to comment.