Skip to content

Commit d7a2d9d

Browse files
committed
squash: fail to prove the point
Signed-off-by: Lucas Holmquist <[email protected]>
1 parent 69ed797 commit d7a2d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/http_emitter_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe("HTTP Transport Binding Emitter for CloudEvents", () => {
5656
.send(event)
5757
.then((response: AxiosResponse) => {
5858
// A binary message will have a ce-id header
59-
expect(response.data["content-type"]).to.equal(DEFAULT_CONTENT_TYPE);
59+
expect(response.data["content-type"]).to.equal(DEFAULT_CE_CONTENT_TYPE);
6060
expect(response.data[CONSTANTS.CE_HEADERS.ID]).to.equal(event.id);
6161
expect(response.data[CONSTANTS.CE_HEADERS.SPEC_VERSION]).to.equal(Version.V1);
6262
// A binary message will have a request body for the data

0 commit comments

Comments
 (0)