diff --git a/code/client/src/__test__/client.spec.ts b/code/client/src/__test__/client.spec.ts index 076e29c..352a0ec 100644 --- a/code/client/src/__test__/client.spec.ts +++ b/code/client/src/__test__/client.spec.ts @@ -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", }), });