Skip to content

Conversation

aibrahim-oai
Copy link
Collaborator

In this test, the ChatGPT token path is used, and the auth layer tries to refresh the token if it thinks the token is “old.” Your helper writes a fixed last_refresh timestamp that has now aged past the 28‑day threshold, so the code attempts a real refresh against auth.openai.com, never reaches the mock, and you end up with received_requests().await.unwrap() being empty.

@aibrahim-oai aibrahim-oai enabled auto-merge (squash) September 3, 2025 21:24
@aibrahim-oai aibrahim-oai merged commit 6b83c1c into main Sep 3, 2025
44 of 48 checks passed
@aibrahim-oai aibrahim-oai deleted the fix-ci branch September 3, 2025 22:38
@github-actions github-actions bot locked and limited conversation to collaborators Sep 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants