Fix the test from PR #26: Closes #25

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-07-28 21:58:03 -03:00
parent 49b8ef0388
commit 4eef9a59c5
1 changed files with 1 additions and 1 deletions

View File

@ -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)", () => {