mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 22:20:45 +00:00
test: tighten media video header assertion
This commit is contained in:
@@ -97,7 +97,7 @@ describe("runCapability video provider wiring", () => {
|
||||
expect(output.text).toBe("video ok");
|
||||
expect(output.provider).toBe("moonshot");
|
||||
expect(seenBaseUrl).toBe("https://entry.example/v1");
|
||||
expect(seenHeaders).toMatchObject({
|
||||
expect(seenHeaders).toEqual({
|
||||
"X-Provider": "1",
|
||||
"X-Config": "2",
|
||||
"X-Entry": "3",
|
||||
|
||||
Reference in New Issue
Block a user