mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:20:43 +00:00
fix: stabilize gpt55 qa lab scenarios
This commit is contained in:
@@ -74,6 +74,8 @@ describe("qa scenario catalog", () => {
|
||||
expect(codexLeak.title).toBe("Codex harness no meta leak");
|
||||
expect(codexLeakConfig?.harnessRuntime).toBe("codex");
|
||||
expect(codexLeakConfig?.harnessFallback).toBe("none");
|
||||
expect(JSON.stringify(codexLeak.execution.flow)).toContain("agentRuntime");
|
||||
expect(JSON.stringify(codexLeak.execution.flow)).not.toContain("embeddedHarness");
|
||||
expect(codexLeakConfig?.expectedReply).toBe("QA_LEAK_OK");
|
||||
expect(codexLeakConfig?.forbiddenReplySubstrings).toContain("checking thread context");
|
||||
expect(fallbackConfig?.gracefulFallbackAny as string[] | undefined).toContain(
|
||||
|
||||
Reference in New Issue
Block a user