We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b31e28 commit 722e36fCopy full SHA for 722e36f
coderd/coderdtest/oidctest/idp.go
@@ -559,7 +559,7 @@ func (f *FakeIDP) httpHandler(t testing.TB) http.Handler {
559
"access_token": f.newToken(email),
560
"refresh_token": refreshToken,
561
"token_type": "Bearer",
562
- "expires_in": int64(time.Minute * 5),
+ "expires_in": int64((time.Minute * 5).Seconds()),
563
"id_token": f.encodeClaims(t, claims),
564
}
565
// Store the claims for the next refresh
0 commit comments