Skip to content

Commit

Permalink
test: adapt for latest supertest
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 9, 2020
1 parent f82d563 commit 3530528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/server/logging-middleware.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ describe("logging", () => {
headers: expect.objectContaining({
"accept-encoding": "gzip, deflate",
connection: "close",
"user-agent": expect.stringMatching(/^node-superagent/),
}),
method: "GET",
remoteAddress: "::ffff:127.0.0.1",
Expand Down

0 comments on commit 3530528

Please sign in to comment.