mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 18:46:26 +00:00
test: clarify google meet export mime assertions
This commit is contained in:
parent
fc31e86e54
commit
b01889c00d
1 changed files with 4 additions and 1 deletions
|
|
@ -1101,7 +1101,10 @@ describe("google-meet plugin", () => {
|
|||
"/drive/v3/files/doc-1/export",
|
||||
"/drive/v3/files/doc-2/export",
|
||||
]);
|
||||
expect(driveCalls.every((url) => url.searchParams.get("mimeType") === "text/plain")).toBe(true);
|
||||
expect(driveCalls.map((url) => url.searchParams.get("mimeType"))).toEqual([
|
||||
"text/plain",
|
||||
"text/plain",
|
||||
]);
|
||||
});
|
||||
|
||||
it("fetches only the latest Meet conference record for a meeting", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue