fix: update stale CI test expectations

This commit is contained in:
Mario Zechner
2026-04-24 20:22:16 +02:00
parent 39a9784d2a
commit 91154d9757
5 changed files with 13 additions and 7 deletions

View File

@@ -218,7 +218,7 @@ describe("RPC prompt response semantics", () => {
command: "prompt",
success: false,
error: expect.stringContaining(
"No API key found for fake-provider.\n\nUse /login or set an API key environment variable. See ",
"No API key found for fake-provider.\n\nUse /login to log into a provider via OAuth or API key. See:",
),
});
});