File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aws-distro-opentelemetry-node-autoinstrumentation/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22// SPDX-License-Identifier: Apache-2.0
33import expect from 'expect' ;
4- import { OTLPAwsSpanExporter } from '../src/exporter/otlp-aws-span-exporter' ;
54import * as sinon from 'sinon' ;
5+ import { OTLPAwsSpanExporter } from '../src/exporter/otlp-aws-span-exporter' ;
66import * as proxyquire from 'proxyquire' ;
77import * as nock from 'nock' ;
88import { getNodeVersion } from '../src/utils' ;
@@ -36,7 +36,7 @@ if (nodeVersion >= 16) {
3636 return [ 200 , '' ] ;
3737 } ) ;
3838
39- mockModule = proxyquire ( '../src/otlp-aws-span-exporter' , {
39+ mockModule = proxyquire ( '../src/exporter/ otlp-aws-span-exporter' , {
4040 '@smithy/signature-v4' : {
4141 SignatureV4 : class MockSignatureV4 {
4242 sign ( req : any ) {
You can’t perform that action at this time.
0 commit comments