Skip to content

Commit 3bda722

Browse files
committed
test: fixes
1 parent 80de4c3 commit 3bda722

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
@@ -324,7 +324,7 @@ app.get('/downstream-call', (req, res) => {
324324
method: 'GET'
325325
};
326326

327-
log('Initiating downstream call to', `http://127.0.0.1:${agentPort}/`);
327+
log('Initiating downstream call to', `http://127.0.0.1:${agentPort}/ping`);
328328

329329
const downstreamReq = httpModule.request(options, downstreamRes => {
330330
let data = '';

0 commit comments

Comments
 (0)