Skip to content

Commit a77b206

Browse files
committed
feat: monorepo
GitOrigin-RevId: dbb48d171fad1f9b4fd31385f0ef4fb01e39e823
1 parent 75373b2 commit a77b206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2/oauth2_client_credentials_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func TestClientCredentials(t *testing.T) {
8686
assert.EqualValues(t, reg.Config().IssuerURL(ctx).String(), res.Get("iss").String(), "%s", res.Raw)
8787

8888
assert.EqualValues(t, res.Get("nbf").Int(), res.Get("iat").Int(), "%s", res.Raw)
89-
requirex.EqualTime(t, expectedExp, time.Unix(res.Get("exp").Int(), 0), time.Second)
89+
requirex.EqualTime(t, expectedExp, time.Unix(res.Get("exp").Int(), 0), 2*time.Second)
9090

9191
assert.EqualValues(t, encodeOr(t, conf.EndpointParams["audience"], "[]"), res.Get("aud").Raw, "%s", res.Raw)
9292

0 commit comments

Comments
 (0)