mirror of https://github.com/zulip/zulip.git
webhooks: Fix invalid JSON in Dialogflow test fixtures.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
114b0a2982
commit
ec6856bc3b
|
@ -34,7 +34,7 @@
|
|||
"alternateResult": {
|
||||
"fulfillment": {
|
||||
"speech": "Weather in New Delhi is nice!"
|
||||
},
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"code": 200,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"alternateResult": {
|
||||
"fulfillment": {
|
||||
"speech": ""
|
||||
},
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"code": 200,
|
||||
|
|
Loading…
Reference in New Issue