diff --git a/integration-tests/test-suite/tcp.test.js b/integration-tests/test-suite/tcp.test.js index 573648e3..95feb53d 100644 --- a/integration-tests/test-suite/tcp.test.js +++ b/integration-tests/test-suite/tcp.test.js @@ -68,7 +68,7 @@ describe('TCP input', () => { // Write that string to the TCP socket const port = requireEnvironmentVariable('MONITORED_TCP_PORT'); writeToTcpSocket(port, line); - + console.log("Test Message"); // Wait for that log line to show up in NRDB await waitForLogMessageContaining(nrdb, uuid); });