test: update openai responses reasoning replay
This commit is contained in:
@@ -142,10 +142,7 @@ describe("openai-responses reasoning replay", () => {
|
|||||||
.filter((t): t is string => typeof t === "string");
|
.filter((t): t is string => typeof t === "string");
|
||||||
|
|
||||||
expect(types).toContain("function_call");
|
expect(types).toContain("function_call");
|
||||||
expect(types).toContain("reasoning");
|
expect(types).not.toContain("reasoning");
|
||||||
expect(types.indexOf("reasoning")).toBeLessThan(
|
|
||||||
types.indexOf("function_call"),
|
|
||||||
);
|
|
||||||
} finally {
|
} finally {
|
||||||
cap.restore();
|
cap.restore();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user