We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8dde29 commit bbec186Copy full SHA for bbec186
1 file changed
code-rs/core/src/auth.rs
@@ -1406,7 +1406,7 @@ mod tests {
1406
"OPENAI_API_KEY": params.openai_api_key,
1407
"tokens": {
1408
"id_token": fake_jwt,
1409
- "access_token": build_jwt(serde_json::json!({ "exp": Utc::now().timestamp() + 3600 })),
+ "access_token": "test-access-token",
1410
"refresh_token": "test-refresh-token"
1411
},
1412
"last_refresh": LAST_REFRESH,
0 commit comments