From 048bd4f80b061d9512c85c0a426a9afd3bc20e64 Mon Sep 17 00:00:00 2001 From: borja Date: Fri, 5 Sep 2025 13:20:08 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20arregla=20test=20de=20validaci=C3=B3n=20?= =?UTF-8?q?de=20ID=20de=20usuario=20inv=C3=A1lido?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) --- tests/unit/server.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/server.test.ts b/tests/unit/server.test.ts index 2b9380d..5924999 100644 --- a/tests/unit/server.test.ts +++ b/tests/unit/server.test.ts @@ -581,7 +581,7 @@ describe('WebhookServer', () => { data: { key: { remoteJid: 'group-id@g.us', - participant: 'invalid-user@s.whatsapp.net' + participant: 'invalid!user@s.whatsapp.net' }, message: { conversation: '/tarea nueva Test' } }