We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f4d93 commit 6a380efCopy full SHA for 6a380ef
test/versioned/aws-sdk-v3/common.js
@@ -16,7 +16,6 @@ const { match } = require('../../lib/custom-assertions')
16
const assert = require('node:assert')
17
const SEGMENT_DESTINATION = TRANS_SEGMENT
18
const helper = require('../../lib/agent_helper')
19
-const semver = require('semver')
20
const fs = require('node:fs')
21
const path = require('node:path')
22
@@ -180,6 +179,7 @@ function afterEach(ctx) {
180
179
}
181
182
function getAiResponseServer() {
+ const semver = require('semver')
183
const { version: pkgVersion } = JSON.parse(
184
fs.readFileSync(path.join(__dirname, '/node_modules/@aws-sdk/client-bedrock-runtime/package.json'))
185
)
0 commit comments