Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Oct 17, 2024
1 parent 0f423cc commit 78fdb5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -1507,9 +1507,9 @@ EXPECTED RESPONSE:
`MSTEAMS`

```
{"type":"msteams", "body":{"template":"/Templates/MSTeams/Slack example.txt", "params":{"name": "I am testing a template", "error": "None" }}}
{"type":"msteams", "body":{"template":"/Templates/MSTeams/Teams example.txt", "params":{"name": "I am testing a template", "error": "None" }}}
{"type":"msteams", "body":{"template":"/Templates/MSTeams/Slack example.txt", "params":{"name": "I am testing a template", "error": "None" }}}
{"type":"msteams", "body":{"template":"/Templates/MSTeams/Teams example.txt", "params":{"name": "I am testing a template", "error": "None" }}}
'Bad template path'
{"type":"msteams", "body":{"template":"/Templates/MSTeamss/message.md", "params":{"name": "I am testing a template", "error": "None" }}}
Expand Down

0 comments on commit 78fdb5d

Please sign in to comment.