mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:21:24 +00:00
test: fix processMessage contract test lint
This commit is contained in:
@@ -155,7 +155,7 @@ describe("web processMessage inbound contract", () => {
|
|||||||
},
|
},
|
||||||
messages: {},
|
messages: {},
|
||||||
session: { store: sessionStorePath },
|
session: { store: sessionStorePath },
|
||||||
} as any,
|
} as unknown as ReturnType<typeof import("../../../config/config.js").loadConfig>,
|
||||||
msg: {
|
msg: {
|
||||||
id: "msg1",
|
id: "msg1",
|
||||||
from: "+1555",
|
from: "+1555",
|
||||||
@@ -213,7 +213,7 @@ describe("web processMessage inbound contract", () => {
|
|||||||
cfg: {
|
cfg: {
|
||||||
messages: {},
|
messages: {},
|
||||||
session: { store: sessionStorePath },
|
session: { store: sessionStorePath },
|
||||||
} as any,
|
} as unknown as ReturnType<typeof import("../../../config/config.js").loadConfig>,
|
||||||
msg: {
|
msg: {
|
||||||
id: "g1",
|
id: "g1",
|
||||||
from: "123@g.us",
|
from: "123@g.us",
|
||||||
|
|||||||
Reference in New Issue
Block a user