Skip to content

Commit

Permalink
Tests tests tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed Jan 15, 2025
1 parent a035c56 commit bd48750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/actions/ccip_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -4016,7 +4016,7 @@ func CreateOCR2CCIPCommitJobs(
lggr.Info().Msgf("Creating CCIP-Commit job on OCR node %d job name %s", index+1, ocr2SpecCommit.Name)
_, err = node.Node.MustCreateJob(&ocr2SpecCommit)
if err != nil {
return fmt.Errorf("shouldn't fail creating CCIP-Commit job on OCR node %d job name %s - %w", index+1, ocr2SpecCommit.Name, err)
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)

Check failure on line 4019 in integration-tests/ccip-tests/actions/ccip_helpers.go

View workflow job for this annotation

GitHub Actions / Lint integration-tests

printf: (*github.com/rs/zerolog.Event).Msgf does not support error-wrapping directive %w (govet)
}
return nil
}
Expand Down

0 comments on commit bd48750

Please sign in to comment.