Skip to content

Commit f8dd431

Browse files
committed
fixes test
1 parent 9039051 commit f8dd431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sessions/test_jwks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ async def test_session_verification_of_jwt_based_on_session_payload_with_check_d
503503
payload = s.get_access_token_payload()
504504
del payload["iat"]
505505
del payload["exp"]
506+
payload["rsub"] = "userId"
506507

507508
now = get_timestamp_ms()
508509
jwt_expiry = now + 10 * 1000 # expiry jwt after 10sec

0 commit comments

Comments
 (0)