test: simplify reset hook surface values

This commit is contained in:
Peter Steinberger
2026-04-10 23:30:43 +01:00
parent debe372c9a
commit 96817fe6e9

View File

@@ -74,9 +74,9 @@ function buildResetParams(
isAuthorizedSender: true,
senderIsOwner: true,
senderId: ctx.SenderId ?? "123",
channel: String(ctx.Surface ?? "whatsapp"),
channelId: String(ctx.Surface ?? "whatsapp"),
surface: String(ctx.Surface ?? "whatsapp"),
channel: ctx.Surface ?? "whatsapp",
channelId: ctx.Surface ?? "whatsapp",
surface: ctx.Surface ?? "whatsapp",
ownerList: [],
from: ctx.From ?? "sender",
to: ctx.To ?? "bot",