Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
49b8ef0388
commit
4eef9a59c5
|
@ -326,7 +326,7 @@ describe("HTTP Transport Binding Binary Receiver for CloudEvents v0.2", () => {
|
|||
|
||||
// assert
|
||||
expect(actual.getContenttype())
|
||||
.to.equal("application/json");
|
||||
.to.equal("application/octet-stream");
|
||||
});
|
||||
|
||||
it("Cloudevent contains 'data' (application/json)", () => {
|
||||
|
|
Loading…
Reference in New Issue