diff --git a/integration-tests/testsetups/ccip/test_helpers.go b/integration-tests/testsetups/ccip/test_helpers.go index 282d47d76ae..93cc4f3e443 100644 --- a/integration-tests/testsetups/ccip/test_helpers.go +++ b/integration-tests/testsetups/ccip/test_helpers.go @@ -422,7 +422,7 @@ func CreateDockerEnv(t *testing.T) ( // ignore critical CL node logs until they are fixed, as otherwise tests will fail var logScannerSettings = test_env.GetDefaultChainlinkNodeLogScannerSettingsWithExtraAllowedMessages(testreporters.NewAllowedLogMessage( - "No live RPC nodes available.", + "No live RPC nodes available", "CL nodes are started before simulated chains, so this is expected", zapcore.DPanicLevel, testreporters.WarnAboutAllowedMsgs_No,