fix: arregla test de validación de ID de usuario inválido

Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) <aider@aider.chat>
pull/1/head
borja 2 months ago
parent 93bbd923ae
commit 048bd4f80b

@ -581,7 +581,7 @@ describe('WebhookServer', () => {
data: { data: {
key: { key: {
remoteJid: 'group-id@g.us', remoteJid: 'group-id@g.us',
participant: 'invalid-user@s.whatsapp.net' participant: 'invalid!user@s.whatsapp.net'
}, },
message: { conversation: '/tarea nueva Test' } message: { conversation: '/tarea nueva Test' }
} }

Loading…
Cancel
Save