Skip to content

Commit

Permalink
Merge pull request #2363 from ovidiutirla/fix-ci-after-docs-reorg
Browse files Browse the repository at this point in the history
chore: use string verb to format logging messages in tests
  • Loading branch information
mrueg authored Apr 4, 2024
2 parents ea8a7f8 + b72faf3 commit d7d561f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func getLabelsDocumentation() (map[string][]string, error) {
return nil
})
if err != nil {
log.Fatalf("cannot walk the documentation directory: %w", err)
log.Fatalf("cannot walk the documentation directory: %s", err)
}

return documentedMetrics, nil
Expand Down

0 comments on commit d7d561f

Please sign in to comment.