fix: update prometheus prompt test to match compressed plan template wording

This commit is contained in:
YeonGyu-Kim 2026-02-16 16:21:14 +09:00
parent cb4a165c76
commit 9ba933743a

View File

@ -66,7 +66,7 @@ describe("PROMETHEUS_SYSTEM_PROMPT zero human intervention", () => {
expect(lowerPrompt).toContain("preconditions")
expect(lowerPrompt).toContain("failure indicators")
expect(lowerPrompt).toContain("evidence")
expect(lowerPrompt).toMatch(/negative scenario/)
expect(prompt).toMatch(/negative/i)
})
test("should require QA scenario adequacy in self-review checklist", () => {