20241109 3185 max age (#3196)

This commit is contained in:
Firstyear 2024-11-10 07:20:15 +10:00 committed by GitHub
parent 0f3f604ba0
commit 9973385381
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,6 +236,7 @@ async fn test_oauth2_openid_basic_flow(rsclient: KanidmClient) {
("code_challenge_method", "S256"), ("code_challenge_method", "S256"),
("redirect_uri", TEST_INTEGRATION_RS_REDIRECT_URL), ("redirect_uri", TEST_INTEGRATION_RS_REDIRECT_URL),
("scope", "email read openid"), ("scope", "email read openid"),
("max_age", "1"),
]) ])
.send() .send()
.await .await