We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb61d35 commit b4376a8Copy full SHA for b4376a8
1 file changed
src/media-understanding/runner.video.test.ts
@@ -97,7 +97,7 @@ describe("runCapability video provider wiring", () => {
97
expect(output.text).toBe("video ok");
98
expect(output.provider).toBe("moonshot");
99
expect(seenBaseUrl).toBe("https://entry.example/v1");
100
- expect(seenHeaders).toMatchObject({
+ expect(seenHeaders).toEqual({
101
"X-Provider": "1",
102
"X-Config": "2",
103
"X-Entry": "3",
0 commit comments