summaryrefslogtreecommitdiff
path: root/http/server_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'http/server_test.ts')
-rw-r--r--http/server_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/server_test.ts b/http/server_test.ts
index 314e5232e..a49301790 100644
--- a/http/server_test.ts
+++ b/http/server_test.ts
@@ -349,7 +349,7 @@ const mockConn = {
};
test(async function readRequestError(): Promise<void> {
- let input = `GET / HTTP/1.1
+ const input = `GET / HTTP/1.1
malformedHeader
`;
const reader = new BufReader(new StringReader(input));