fix(opencode): use generic reauthentication guidance

This commit is contained in:
Aiden Cline
2026-06-23 12:11:28 -05:00
parent 075b02a15e
commit 5ee0c123ec
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ describe("plugin.codex", () => {
const error = await loaded.fetch!("https://api.openai.com/v1/responses").catch((error: unknown) => error)
expect(error).toBeInstanceOf(ProviderError.AuthenticationError)
expect(error.message).toContain("opencode auth login")
expect(error.message).toBe("Your ChatGPT login could not be refreshed. Please sign in again.")
})
})