From 23f9173720dee238d0488168d62d08933405920d Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Tue, 29 Mar 2022 20:38:59 +0000 Subject: [PATCH] test: Fix regex match error after some recent changes --- test/core.test.integration.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core.test.integration.mjs b/test/core.test.integration.mjs index 2744a6c..92fe016 100644 --- a/test/core.test.integration.mjs +++ b/test/core.test.integration.mjs @@ -353,7 +353,7 @@ runners.forEach(function([runnerName, appname]) { } if (appname !== 'testappcluster') { - while (!hasLogLine(/restart request.*v2_nolisten.*dirty/)) { + while (!hasLogLine(/restart.*v2_nolisten.*dirty/)) { await catchupLog(10) }