Skip to content

Commit

Permalink
pinpoint-apm#87 v0.9.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Sep 12, 2023
1 parent 1dcc3ce commit 56a26c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/instrumentation/module/express.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test(`${testName1} Should record request in basic route`, function (t) {
server.close()
})
})
/*

const testName2 = 'express2'
test(`[${testName2}] Should record request in express.Router`, function (t) {
agent.bindHttp()
Expand Down Expand Up @@ -279,4 +279,4 @@ test(`${testName6} Should record each http method`, function (t) {

server.close()
})
})*/
})

0 comments on commit 56a26c9

Please sign in to comment.