diff --git a/edx_exams/settings/base.py b/edx_exams/settings/base.py index adb89485..49b5b70e 100644 --- a/edx_exams/settings/base.py +++ b/edx_exams/settings/base.py @@ -251,7 +251,7 @@ def root(*path_fragments): } # Carry fields from the JWT token and LMS user into the local user -# Note: ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE applies a fix for +# Note: ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE applies a fix for # https://github.com/jpadilla/django-rest-framework-jwt/issues/45 # However, we cannot use it in this service since the session user may # differ from the JWT user when performing LTI launches with multiple accounts