mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 19:00:42 +00:00
test: clarify google meet export mime assertions
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user