From 7f50aec444999d271722817c5277d8a6fc76f006 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 14 May 2026 07:24:32 +0300 Subject: [PATCH] =?UTF-8?q?Update=20test=20to=20use=20valid=20event=20with?= =?UTF-8?q?=20existing=20image=20(=D7=97=D7=99=D7=A0=D7=94=20event)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/test_whatsapp_debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/test_whatsapp_debug.py b/backend/test_whatsapp_debug.py index d514f70..36047c5 100644 --- a/backend/test_whatsapp_debug.py +++ b/backend/test_whatsapp_debug.py @@ -137,8 +137,8 @@ async def test_send_message(db): params = { "contact_name": "בדיקה", - "event_id": "f3122a7d-1d7c-4cc1-955d-1c6b7358bd25", - "invitation_image_url": "https://api-invy.dvirlabs.com/uploads/1d32b5fbab0f494cae443b4188a83ca3.jpg", + "event_id": "7c170667-9643-48c6-ad95-43cd3a1a36e1", # חינה event with valid image + "invitation_image_url": "https://api-invy.dvirlabs.com/uploads/271fe5d87db744ae934337bf91fcd19e.png", } print(f"\nTest Parameters:")