Skip to content

Commit b4376a8

Browse files
committed
test: tighten media video header assertion
1 parent cb61d35 commit b4376a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/media-understanding/runner.video.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe("runCapability video provider wiring", () => {
9797
expect(output.text).toBe("video ok");
9898
expect(output.provider).toBe("moonshot");
9999
expect(seenBaseUrl).toBe("https://entry.example/v1");
100-
expect(seenHeaders).toMatchObject({
100+
expect(seenHeaders).toEqual({
101101
"X-Provider": "1",
102102
"X-Config": "2",
103103
"X-Entry": "3",

0 commit comments

Comments
 (0)