Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit bd48750

Browse files
Tests tests tests
1 parent a035c56 commit bd48750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/ccip-tests/actions/ccip_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4016,7 +4016,7 @@ func CreateOCR2CCIPCommitJobs(
40164016
lggr.Info().Msgf("Creating CCIP-Commit job on OCR node %d job name %s", index+1, ocr2SpecCommit.Name)
40174017
_, err = node.Node.MustCreateJob(&ocr2SpecCommit)
40184018
if err != nil {
4019-
return fmt.Errorf("shouldn't fail creating CCIP-Commit job on OCR node %d job name %s - %w", index+1, ocr2SpecCommit.Name, err)
4019+
lggr.Error().Err(err).Msgf("shouldn't fail creating CCIP-Commit job on OCR node %d job name %s - %w", index+1, ocr2SpecCommit.Name, err)
40204020
}
40214021
return nil
40224022
}

0 commit comments

Comments
 (0)