deduplication
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
e025138a3f
commit
6088f5978a
|
@ -1,10 +1,10 @@
|
||||||
var expect = require("chai").expect;
|
var expect = require("chai").expect;
|
||||||
var Cloudevent = require("../index.js");
|
var Cloudevent = require("../index.js");
|
||||||
|
|
||||||
const type = "com.github.pull.create";
|
const type = "com.github.pull.create01";
|
||||||
const source = "urn:event:from:myapi/resourse/123";
|
const source = "urn:event:from:myapi/resourse/01";
|
||||||
const time = new Date();
|
const time = new Date();
|
||||||
const schemaurl = "http://example.com/registry/myschema.json";
|
const schemaurl = "http://example.com/registry/v01/myschema.json";
|
||||||
const contenttype = "application/json";
|
const contenttype = "application/json";
|
||||||
const data = {};
|
const data = {};
|
||||||
const extensions = {};
|
const extensions = {};
|
||||||
|
|
Loading…
Reference in New Issue