Skip to content

Commit

Permalink
pinpoint-apm#87 HTTP param annotation key
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Sep 12, 2023
1 parent 21cb476 commit ca86196
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 @@ -66,7 +66,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 @@ -276,4 +276,4 @@ test(`${testName6} Should record each http method`, function (t) {

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

0 comments on commit ca86196

Please sign in to comment.