File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
incubator/opentelemetry-sampler-aws-xray/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const DATA_DIR_SAMPLING_TARGETS =
4444 __dirname + '/data/test-remote-sampler_sampling-targets-response-sample.json' ;
4545const TEST_URL = 'http://localhost:2000' ;
4646
47- describe ( 'AwsXrayRemoteSampler ' , ( ) => {
47+ describe ( 'AWSXRayRemoteSampler ' , ( ) => {
4848 let sampler : AWSXRayRemoteSampler ;
4949
5050 afterEach ( ( ) => {
@@ -112,7 +112,7 @@ describe('AwsXrayRemoteSampler', () => {
112112 expect ( sampler [ 'internalXraySampler' ] [ 'clientId' ] ) . toMatch ( / [ a - f 0 - 9 ] { 24 } / ) ;
113113 } ) ;
114114
115- it ( 'testUpdateSamplingRulesAndTargetsWithPollersAndShouldSampled ' , done => {
115+ it ( 'testUpdateSamplingRulesAndTargetsWithPollersAndShouldSample ' , done => {
116116 nock ( TEST_URL )
117117 . post ( '/GetSamplingRules' )
118118 . reply ( 200 , require ( DATA_DIR_SAMPLING_RULES ) ) ;
You can’t perform that action at this time.
0 commit comments