Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 62f3f22

Browse files
author
Guilherme Gondim
committed
Fix jwt_response_payload_handler header of tests/utils.py
1 parent 537fde1 commit 62f3f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def jwt_response_payload_handler(token, user=None):
1+
def jwt_response_payload_handler(token, user=None, request=None):
22
"""
33
Returns the response data for both the login and refresh views.
44
Override to return a custom response such as including the

0 commit comments

Comments
 (0)