Skip to content

Commit

Permalink
Remove logging from test commit
Browse files Browse the repository at this point in the history
- use 127.0.0.1 instead of 'localhost' for chai httprequest client
  • Loading branch information
isaacgr committed Oct 8, 2023
1 parent b1881ed commit 2837908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/server/http-server.test.js
Expand Up @@ -137,7 +137,6 @@ describe("Http Server", () => {
.set("Content-Type", "application/json")
.send("{]\n")
.end((error, response) => {
console.log(error, response);
expect(JSON.parse(response.text)).to.be.eql({
jsonrpc: "2.0",
error: { code: -32700, message: "Parse Error" },
Expand Down

0 comments on commit 2837908

Please sign in to comment.