Skip to content

Commit af06996

Browse files
committed
Fixed test
1 parent 1b70fb4 commit af06996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/solana/logpoller/worker/worker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func TestWorkerGroup_CriticalErrorOnFailingJob(t *testing.T) {
128128
err := group.Do(t.Context(), failingJob)
129129
require.NoError(t, err)
130130

131-
tests.AssertLogEventually(t, observed, "job testJob exceeded max retry count 2. Resolution most likely requires manual intervention. Errors: RPC error 1\nRPC error 2\nRPC error 3")
131+
tests.AssertLogEventually(t, observed, "job exceeded max retry count. Resolution most likely requires manual intervention.")
132132
}
133133

134134
func TestWorkerGroup_PanicRecovery(t *testing.T) {

0 commit comments

Comments
 (0)