Skip to content

Commit

Permalink
#87 HTTP param annotation key
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed May 27, 2021
1 parent f7a2cda commit d425c7f
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 d425c7f

Please sign in to comment.