Skip to content

Commit

Permalink
Update tests for params
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Dec 6, 2023
1 parent e9d3824 commit 80a02c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flows/actions/testdata/send_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
"text": "Hi Ryan Lewis, who's a good boy?",
"templating": {
"uuid": "9c4bf5b5-3aa4-48ec-9bb9-424a9cbc6785",
"params": null,
"params": {"body": [{"type": "text", "value": "@contact.name"}, {"type": "text", "value": "boy"}]},
"template": {
"uuid": "5722e1fd-fe32-4e74-ac78-3cf41a6adb7e",
"name": "affirmation"
Expand All @@ -446,7 +446,7 @@
},
"text": "Hi Ryan Lewis, who's an excellent boy?",
"templating": {
"params": {},
"params": {"body": [{"type": "text", "value": "Ryan Lewis"}, {"type": "text", "value": "boy"}]},
"template": {
"uuid": "5722e1fd-fe32-4e74-ac78-3cf41a6adb7e",
"name": "affirmation"
Expand Down Expand Up @@ -494,7 +494,7 @@
"text": "Hi Ryan Lewis, who's a good boy?",
"templating": {
"uuid": "9c4bf5b5-3aa4-48ec-9bb9-424a9cbc6785",
"params": null,
"params": {"body": [{"type": "text", "value": "@contact.name"}, {"type": "text", "value": "boy"}]},
"template": {
"uuid": "5722e1fd-fe32-4e74-ac78-3cf41a6adb7e",
"name": "affirmation"
Expand Down Expand Up @@ -529,7 +529,7 @@
},
"text": "Hola Ryan Lewis, quien es un niño excelente?",
"templating": {
"params": {},
"params": {"body": [{"type": "text", "value": "Ryan Lewis"}, {"type": "text", "value": "niño"}]},
"template": {
"uuid": "5722e1fd-fe32-4e74-ac78-3cf41a6adb7e",
"name": "affirmation"
Expand Down

0 comments on commit 80a02c5

Please sign in to comment.