Skip to content

Commit 2366767

Browse files
committed
chore: fixes
1 parent 42ecfc6 commit 2366767

File tree

1 file changed

+1
-1
lines changed
  • packages/collector/test/tracing/protocols/http/client

1 file changed

+1
-1
lines changed

packages/collector/test/tracing/protocols/http/client/clientApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ app.get('/downstream-call', (req, res) => {
320320
const options = {
321321
hostname: '127.0.0.1',
322322
port: agentPort,
323-
path: '/',
323+
path: '/ping',
324324
method: 'GET'
325325
};
326326

0 commit comments

Comments
 (0)