Skip to content

test: remove unnecessary .toString() calls in HTTP tests

Let’s not have bad examples in our test suite and instead use the proper way of converting stream data to UTF-8 (i.e. stream.setEncoding('utf8')) in all places.

Merge request reports

Loading