Skip to content

Commit

Permalink
minor fix for logs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Nov 22, 2024
1 parent 7e725e0 commit fd23ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/ci/test_retries/strategy/retry_new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def calculate_total_retries_limit(library_settings, test_session)
end
@total_limit = (tests_count * percentage_limit / 100.0).ceil
Datadog.logger.debug do
"Retry new tests total limit is [#{@total_limit}] (#{percentage_limit}%) of #{tests_count}"
"Retry new tests total limit is [#{@total_limit}] (#{percentage_limit}% of #{tests_count})"
end
end

Expand Down

0 comments on commit fd23ba8

Please sign in to comment.