Skip to content

Commit 5b36b58

Browse files
committed
Fix ESLint.
1 parent 1225234 commit 5b36b58

File tree

1 file changed

+1
-1
lines changed
  • packages/node-integration-tests/suites/tracing/tracePropagationTargets

1 file changed

+1
-1
lines changed

packages/node-integration-tests/suites/tracing/tracePropagationTargets/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import nock from 'nock';
22

3-
import { TestEnv, runScenario } from '../../../utils';
3+
import { runScenario, TestEnv } from '../../../utils';
44

55
test('HttpIntegration should instrument correct requests when tracePropagationTargets option is provided', async () => {
66
const match1 = nock('http://match-this-url.com')

0 commit comments

Comments
 (0)