diff --git a/lib/datadog/ci/test_retries/strategy/retry_new.rb b/lib/datadog/ci/test_retries/strategy/retry_new.rb index 0890feb7..277a60a1 100644 --- a/lib/datadog/ci/test_retries/strategy/retry_new.rb +++ b/lib/datadog/ci/test_retries/strategy/retry_new.rb @@ -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