Skip to content

Commit

Permalink
pinpoint-apm#92 mock datasender
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Jul 20, 2021
1 parent ee4a325 commit c63abbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/instrumentation/module/express.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const express = require('express')
const DefaultAnnotationKey = require('../../../lib/constant/annotation-key').DefaultAnnotationKey
const apiMetaService = require('../../../lib/context/api-meta-service')
const MethodDescriptorBuilder = require('../../../lib/context/method-descriptor-builder')
const dataSenderMock = require('../../support/data-sender-mock')
apiMetaService.init(dataSenderMock())

const TEST_ENV = {
host: 'localhost',
Expand Down

0 comments on commit c63abbc

Please sign in to comment.