Skip to content

Commit

Permalink
fix test with mock agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Apr 24, 2024
1 parent e94f5cf commit 1d5402a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/versioned/fastify-esm/issue-2155.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
// Thus, we cannot write a typical `tap` based test. Instead, we need to rely
// on this script exiting cleanly to represent a successful test.

import helper from '../../lib/agent_helper.js'
helper.instrumentMockedAgent()

import assert from 'assert'
import http from 'http'

Expand Down

0 comments on commit 1d5402a

Please sign in to comment.