Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Nov 14, 2023
1 parent 803e9f0 commit 49637ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primaryHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ func ValidateWRP(logger *zap.Logger) func(http.Handler) http.Handler {
}

if warningErrors != nil {
logger.Warn("WRP message validation failures found", zap.Error(err))
logger.Warn("WRP message validation warnings found", zap.Error(warningErrors))
}

Check warning on line 587 in primaryHandler.go

View check run for this annotation

Codecov / codecov/patch

primaryHandler.go#L585-L587

Added lines #L585 - L587 were not covered by tests

if failureError != nil {
Expand Down

0 comments on commit 49637ec

Please sign in to comment.