Skip to content

Commit be08bc0

Browse files
authoredNov 6, 2020
ci: fix [email protected] TAV tests (elastic#1855)
1 parent e07648a commit be08bc0

File tree

1 file changed

+1
-1
lines changed
  • test/instrumentation/modules

1 file changed

+1
-1
lines changed
 

‎test/instrumentation/modules/ws.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ function done (t) {
6767

6868
function resetAgent (cb) {
6969
agent._instrumentation.currentTransaction = null
70-
agent._transport = mockClient(2, cb)
70+
agent._transport = mockClient(cb)
7171
agent.captureError = function (err) { throw err }
7272
}

0 commit comments

Comments
 (0)
Please sign in to comment.