Skip to content

Commit b309d9a

Browse files
committed
fix: Fix failing tests
1 parent f8958ee commit b309d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supertokens_python/recipe/session/session_request_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ async def get_session_from_request(
172172
else None,
173173
anti_csrf_token=anti_csrf_token,
174174
anti_csrf_check=do_anti_csrf_check,
175+
session_required=session_required,
175176
check_database=check_database,
176177
override_global_claim_validators=override_global_claim_validators,
177178
user_context=user_context,

0 commit comments

Comments
 (0)