webhooks: Fix invalid JSON in Dialogflow test fixtures.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-08-07 02:16:45 -07:00 committed by Tim Abbott
parent 114b0a2982
commit ec6856bc3b
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
"alternateResult": {
"fulfillment": {
"speech": "Weather in New Delhi is nice!"
},
}
},
"status": {
"code": 200,

View File

@ -3,7 +3,7 @@
"timestamp": "2018-01-12T12:22:31.283Z",
"lang": "en",
"result": {
"resolvedQuery": "what's the weather in New Delhi",
"resolvedQuery": "what's the weather in New Delhi"
},
"status": {
"code": 403,

View File

@ -34,7 +34,7 @@
"alternateResult": {
"fulfillment": {
"speech": ""
},
}
},
"status": {
"code": 200,