chore: remove stale codex test conversion

This commit is contained in:
Peter Steinberger
2026-05-26 17:40:33 +01:00
parent 496fd8f853
commit fdb7848a7c

View File

@@ -8656,7 +8656,7 @@ describe("runCodexAppServerAttempt", () => {
expect(resolved).toBe(false);
expect(
warn.mock.calls.some(([message]) =>
String(message).includes("turn/completed did not match active turn"),
message.includes("turn/completed did not match active turn"),
),
).toBe(false);