Skip to content

Commit

Permalink
squash: fail to prove the point
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
  • Loading branch information
lholmquist committed Aug 6, 2020
1 parent a49fe70 commit 7c1bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/http_emitter_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe("HTTP Transport Binding Emitter for CloudEvents", () => {
.send(event)
.then((response: AxiosResponse) => {
// A binary message will have a ce-id header
expect(response.data["content-type"]).to.equal(DEFAULT_CONTENT_TYPE);
expect(response.data["content-type"]).to.equal(DEFAULT_CE_CONTENT_TYPE);
expect(response.data[CONSTANTS.CE_HEADERS.ID]).to.equal(event.id);
expect(response.data[CONSTANTS.CE_HEADERS.SPEC_VERSION]).to.equal(Version.V1);
// A binary message will have a request body for the data
Expand Down

0 comments on commit 7c1bf19

Please sign in to comment.