Skip to content

Commit 42ecfc6

Browse files
committed
chore: fixes
1 parent 3bda722 commit 42ecfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/collector/test/apps/agentStub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ app.get('/', (req, res) => {
7272

7373
// Use this endpoint to check if the instance is up or to send an exit request.
7474
app.get('/ping', (req, res) => {
75-
res.send('pong');
75+
res.json({ msg: 'pong' });
7676
});
7777

7878
app.put('/com.instana.plugin.nodejs.discovery', (req, res) => {

0 commit comments

Comments
 (0)