test: clarify google meet export mime assertions · openclaw/openclaw@b01889c
steipete
·
2026-05-08
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1101,7 +1101,10 @@ describe("google-meet plugin", () => {
|
1101 | 1101 | "/drive/v3/files/doc-1/export", |
1102 | 1102 | "/drive/v3/files/doc-2/export", |
1103 | 1103 | ]); |
1104 | | -expect(driveCalls.every((url) => url.searchParams.get("mimeType") === "text/plain")).toBe(true); |
| 1104 | +expect(driveCalls.map((url) => url.searchParams.get("mimeType"))).toEqual([ |
| 1105 | +"text/plain", |
| 1106 | +"text/plain", |
| 1107 | +]); |
1105 | 1108 | }); |
1106 | 1109 | |
1107 | 1110 | it("fetches only the latest Meet conference record for a meeting", async () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。