Skip to content

Commit 2a5ca0f

Browse files
committed
Update test
1 parent d4455f4 commit 2a5ca0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: handlers/meta/whataspp_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ var whatsappOutgoingTests = []OutgoingTestCase{
429429
MsgMetadata: json.RawMessage(`{ "templating": { "template": { "name": "revive_issue", "uuid": "171f8a4d-f725-46d7-85a6-11aceff0bfe3" },"components": [
430430
{
431431
"type": "body",
432+
"name": "body",
432433
"params": [
433434
{
434435
"type": "text",
@@ -442,6 +443,7 @@ var whatsappOutgoingTests = []OutgoingTestCase{
442443
},
443444
{
444445
"type": "button/quick_reply",
446+
"name": "button.0",
445447
"params": [
446448
{
447449
"type": "text",
@@ -451,6 +453,7 @@ var whatsappOutgoingTests = []OutgoingTestCase{
451453
},
452454
{
453455
"type": "button/url",
456+
"name": "button.1",
454457
"params": [
455458
{
456459
"type": "url",

0 commit comments

Comments
 (0)