File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
instrumentation-cassandra-driver/test
instrumentation-redis/test/v4 Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,9 @@ context.setGlobalContextManager(new AsyncLocalStorageContextManager());
5858const testCassandra = process . env . RUN_CASSANDRA_TESTS ;
5959const shouldTest = testCassandra ;
6060const cassandraTimeoutMs = 60000 ;
61- const cassandraContactPoint =
62- process . env . CASSANDRA_HOST
63- ? '127.0.0.1'
64- : 'cassandra' ;
61+ const cassandraContactPoint = process . env . CASSANDRA_HOST
62+ ? '127.0.0.1'
63+ : 'cassandra' ;
6564
6665function assertSpan (
6766 span : ReadableSpan ,
Original file line number Diff line number Diff line change @@ -23,11 +23,7 @@ import { RedisInstrumentation } from '../../src';
2323import type { MultiErrorReply } from '../../src/v4/internal-types' ;
2424import * as assert from 'assert' ;
2525
26- import {
27- redisTestConfig ,
28- redisTestUrl ,
29- shouldTest ,
30- } from './utils' ;
26+ import { redisTestConfig , redisTestUrl , shouldTest } from './utils' ;
3127import * as testUtils from '@opentelemetry/contrib-test-utils' ;
3228
3329const instrumentation = registerInstrumentationTesting (
You can’t perform that action at this time.
0 commit comments