Skip to content

Commit 6537fd4

Browse files
Trottjbergstroem
authored andcommitted
test: remove TODO
It's not clear what additional tests are wanted. The current malformed URL test seems adequate. PR-URL: #1875 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
1 parent b5cd2f0 commit 6537fd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/parallel/test-http-malformed-request.js

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ server.on('listening', function() {
2828
c.write('GET /hello?foo=%99bar HTTP/1.1\r\n\r\n');
2929
c.end();
3030
});
31-
32-
// TODO add more!
3331
});
3432

3533
process.on('exit', function() {

0 commit comments

Comments
 (0)