Skip to content

Commit

Permalink
fix allowed message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 2, 2024
1 parent 0c63172 commit 7bbcb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/testsetups/ccip/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7bbcb7e

Please sign in to comment.