From d425c7f51ad8e7270675ac2d46adba269a9eff3b Mon Sep 17 00:00:00 2001 From: Yongseok Kang Date: Wed, 26 May 2021 00:13:07 +0900 Subject: [PATCH] #87 HTTP param annotation key --- test/instrumentation/module/express.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/instrumentation/module/express.test.js b/test/instrumentation/module/express.test.js index f13bacf2..e3944688 100644 --- a/test/instrumentation/module/express.test.js +++ b/test/instrumentation/module/express.test.js @@ -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() @@ -276,4 +276,4 @@ test(`${testName6} Should record each http method`, function (t) { server.close() }) -})*/ \ No newline at end of file +}) \ No newline at end of file