Skip to content

Commit 7c5b328

Browse files
committed
test: supply codex auth profile store
1 parent 6a01228 commit 7c5b328

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/codex/src/app-server/run-attempt.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,9 +727,9 @@ describe("runCodexAppServerAttempt", () => {
727727
});
728728

729729
expect(factoryOptions).toHaveLength(1);
730-
expect(factoryOptions[0]).toMatchObject({
730+
expect((factoryOptions[0] as { authProfileStore?: unknown }).authProfileStore).toBe(
731731
authProfileStore,
732-
});
732+
);
733733
});
734734

735735
it("normalizes Codex dynamic toolsAllow entries before filtering", () => {

0 commit comments

Comments
 (0)