From d866d6d3db4a68e2ec47c2194ffc893d09509bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Mon, 17 Dec 2018 21:27:10 -0200 Subject: [PATCH] Semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- test/http_binding_0_1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/http_binding_0_1.js b/test/http_binding_0_1.js index 38e6a0c..d5188d3 100644 --- a/test/http_binding_0_1.js +++ b/test/http_binding_0_1.js @@ -7,7 +7,7 @@ const source = "urn:event:from:myapi/resourse/123"; const webhook = "https://cloudevents.io/webhook"; const contentType = "application/cloudevents+json; charset=utf-8"; const now = new Date(); -const schemaurl = "http://cloudevents.io/schema.json" +const schemaurl = "http://cloudevents.io/schema.json"; const ceContentType = "application/json";