diff --git a/zerver/webhooks/dialogflow/fixtures/alternate_result.json b/zerver/webhooks/dialogflow/fixtures/alternate_result.json index f77416d9d8..58fcb0236e 100644 --- a/zerver/webhooks/dialogflow/fixtures/alternate_result.json +++ b/zerver/webhooks/dialogflow/fixtures/alternate_result.json @@ -34,7 +34,7 @@ "alternateResult": { "fulfillment": { "speech": "Weather in New Delhi is nice!" - }, + } }, "status": { "code": 200, diff --git a/zerver/webhooks/dialogflow/fixtures/error_status.json b/zerver/webhooks/dialogflow/fixtures/error_status.json index 346a12d4f8..22b79024df 100644 --- a/zerver/webhooks/dialogflow/fixtures/error_status.json +++ b/zerver/webhooks/dialogflow/fixtures/error_status.json @@ -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, diff --git a/zerver/webhooks/dialogflow/fixtures/exception.json b/zerver/webhooks/dialogflow/fixtures/exception.json index 2a8ac4fc38..decc2b6ef2 100644 --- a/zerver/webhooks/dialogflow/fixtures/exception.json +++ b/zerver/webhooks/dialogflow/fixtures/exception.json @@ -34,7 +34,7 @@ "alternateResult": { "fulfillment": { "speech": "" - }, + } }, "status": { "code": 200,