remove console.log
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
e2c1ab7465
commit
bebb3b0e97
|
@ -111,8 +111,6 @@ describe("HTTP Transport Binding Structured Receiver for CloudEvents v0.3", () =
|
||||||
"Content-Type" : "application/cloudevents+json"
|
"Content-Type" : "application/cloudevents+json"
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(payload);
|
|
||||||
|
|
||||||
// act and assert
|
// act and assert
|
||||||
expect(receiver.parse.bind(receiver, payload, attributes))
|
expect(receiver.parse.bind(receiver, payload, attributes))
|
||||||
.to.throw("invalid payload");
|
.to.throw("invalid payload");
|
||||||
|
|
Loading…
Reference in New Issue