Skip to content

Commit 4eef9a5

Browse files
committed
Fix the test from PR #26: Closes #25
Signed-off-by: Fabio José <[email protected]>
1 parent 49b8ef0 commit 4eef9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bindings/http/receiver_binary_0_2_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ describe("HTTP Transport Binding Binary Receiver for CloudEvents v0.2", () => {
326326

327327
// assert
328328
expect(actual.getContenttype())
329-
.to.equal("application/json");
329+
.to.equal("application/octet-stream");
330330
});
331331

332332
it("Cloudevent contains 'data' (application/json)", () => {

0 commit comments

Comments
 (0)