From a319e5e219b4bb246703f60f7fc5f5b540c31184 Mon Sep 17 00:00:00 2001 From: Himanshu Rai Date: Fri, 19 Jul 2024 17:26:30 +0530 Subject: [PATCH] testing flow --- integration-tests/test-suite/tcp.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });