Skip to content

Commit a1bc49b

Browse files
committed
updated comment
1 parent 64ed043 commit a1bc49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/reporter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class MyReporter {
259259
const port = process.env.REPORTER_API_PORT_NO;
260260

261261
this.httpServer.listen(port, '127.0.0.1', async () => {
262-
console.log(`Test Observability HTTP server listening on port ${port}`);
262+
console.log(`Reporter HTTP server listening on port ${port}`);
263263
});
264264
}
265265

0 commit comments

Comments
 (0)