Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Oct 17, 2024
1 parent 78fdb5d commit 5cd30de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,10 @@ EXPECTED RESPONSE:
{"type":"email", "to": ["Shivashankar <mithunshivashankar@gmail.com>"], "from": "info@teskalabs.com", "body":{"template":"/Templates/Export.md", "params":{"name": "I am testing a template", "error": "None" }}}
'WITHOUT FROM'
{"type":"email", "to": ["Shivashankar <mithunshivashankar@gmail.com>"], "body":{"template":"/Templates/Export.md", "params":{"name": "I am testing a template", "error": "None" }}}
'MARKDOWN-WRAPPER'
{"type":"email", "to": ["Shivashankar <mithunshivashankar@gmail.com>"], "from": "info@teskalabs.com", "body":{"template":"/Templates/Email/message.md", "params":{"name": "I am testing a template", "error": "None" }}}
Expand Down

0 comments on commit 5cd30de

Please sign in to comment.