From 07b839f9b164def1e3bf3ca90efac7dff65febc7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 14 Apr 2026 00:14:09 +0100 Subject: [PATCH] test: align failover source model expectation --- ...nner.run-embedded-pi-agent.auth-profile-rotation.e2e.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/pi-embedded-runner.run-embedded-pi-agent.auth-profile-rotation.e2e.test.ts b/src/agents/pi-embedded-runner.run-embedded-pi-agent.auth-profile-rotation.e2e.test.ts index f66f991b3d6..270a5b0b78c 100644 --- a/src/agents/pi-embedded-runner.run-embedded-pi-agent.auth-profile-rotation.e2e.test.ts +++ b/src/agents/pi-embedded-runner.run-embedded-pi-agent.auth-profile-rotation.e2e.test.ts @@ -879,7 +879,7 @@ describe("runEmbeddedPiAgent auth profile rotation", () => { failoverReason: "overloaded", profileId: safeProfileId, sourceProvider: "openai", - sourceModel: "gpt-5.4-mini", + sourceModel: "mock-1", providerErrorType: "overloaded_error", rawErrorPreview: expect.stringContaining('"request_id":"sha256:'), });