Skip to content

Commit

Permalink
#2 Updating test.
Browse files Browse the repository at this point in the history
  • Loading branch information
stazz committed Sep 9, 2023
1 parent 5a50a64 commit 24beab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/client/src/__test__/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ const getExpectedServerIncomingHeaders = (
? {}
: {
"content-length": `${Buffer.from(body, "utf8").byteLength}`,
"content-type": "application/json; charset=utf8",
"content-type": "application/json; charset=utf-8",
}),
});

Expand Down

0 comments on commit 24beab4

Please sign in to comment.