From 5cd30debed7b6843f23bdbf81f49b7283fbbec3a Mon Sep 17 00:00:00 2001 From: Mithun Shivashankar Date: Thu, 17 Oct 2024 09:44:29 +0200 Subject: [PATCH] Add more tests --- qa.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa.md b/qa.md index f284d9f..bc91776 100644 --- a/qa.md +++ b/qa.md @@ -1467,6 +1467,10 @@ EXPECTED RESPONSE: {"type":"email", "to": ["Shivashankar "], "from": "info@teskalabs.com", "body":{"template":"/Templates/Export.md", "params":{"name": "I am testing a template", "error": "None" }}} +'WITHOUT FROM' + +{"type":"email", "to": ["Shivashankar "], "body":{"template":"/Templates/Export.md", "params":{"name": "I am testing a template", "error": "None" }}} + 'MARKDOWN-WRAPPER' {"type":"email", "to": ["Shivashankar "], "from": "info@teskalabs.com", "body":{"template":"/Templates/Email/message.md", "params":{"name": "I am testing a template", "error": "None" }}}