Skip to content

Commit bbec186

Browse files
committed
test(auth): keep legacy fixture access token stable
1 parent b8dde29 commit bbec186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code-rs/core/src/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ mod tests {
14061406
"OPENAI_API_KEY": params.openai_api_key,
14071407
"tokens": {
14081408
"id_token": fake_jwt,
1409-
"access_token": build_jwt(serde_json::json!({ "exp": Utc::now().timestamp() + 3600 })),
1409+
"access_token": "test-access-token",
14101410
"refresh_token": "test-refresh-token"
14111411
},
14121412
"last_refresh": LAST_REFRESH,

0 commit comments

Comments
 (0)