Skip to content

Commit 535ab05

Browse files
committed
test(release): reach Claude ACP transcript fallback
1 parent 5acabfd commit 535ab05

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/gateway/gateway-acp-bind.live.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,7 @@ describeLive("gateway live (ACP bind)", () => {
746746
});
747747
} catch {
748748
if (attempt === 2) {
749-
throw new Error(
750-
`${liveAgent} ACP bind completed, but the bound session did not emit an assistant transcript`,
751-
);
749+
break;
752750
}
753751
logLiveStep("bound follow-up token not observed yet; retrying");
754752
}

0 commit comments

Comments
 (0)