mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 18:04:45 +00:00
test: specify googlechat capability proof set
This commit is contained in:
@@ -285,10 +285,20 @@ describe("googlechatPlugin outbound sendMedia", () => {
|
||||
},
|
||||
},
|
||||
});
|
||||
expect(proofs).toContainEqual({ capability: "text", status: "verified" });
|
||||
expect(proofs).toContainEqual({ capability: "media", status: "verified" });
|
||||
expect(proofs).toContainEqual({ capability: "thread", status: "verified" });
|
||||
expect(proofs).toContainEqual({ capability: "messageSendingHooks", status: "verified" });
|
||||
expect(proofs).toStrictEqual([
|
||||
{ capability: "text", status: "verified" },
|
||||
{ capability: "media", status: "verified" },
|
||||
{ capability: "payload", status: "not_declared" },
|
||||
{ capability: "silent", status: "not_declared" },
|
||||
{ capability: "replyTo", status: "not_declared" },
|
||||
{ capability: "thread", status: "verified" },
|
||||
{ capability: "nativeQuote", status: "not_declared" },
|
||||
{ capability: "messageSendingHooks", status: "verified" },
|
||||
{ capability: "batch", status: "not_declared" },
|
||||
{ capability: "reconcileUnknownSend", status: "not_declared" },
|
||||
{ capability: "afterSendSuccess", status: "not_declared" },
|
||||
{ capability: "afterCommit", status: "not_declared" },
|
||||
]);
|
||||
});
|
||||
|
||||
it("chunks outbound text without requiring Google Chat runtime initialization", () => {
|
||||
|
||||
Reference in New Issue
Block a user