test: fix processMessage contract test lint

This commit is contained in:
Peter Steinberger
2026-02-14 23:11:15 +00:00
parent fb1d8f8361
commit a2b6a064f7

View File

@@ -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",