Skip to content

fix: Fix f-string bugs in charging log message#817

Merged
vdusek merged 1 commit intomasterfrom
fix/charging-fstring-bug
Mar 2, 2026
Merged

fix: Fix f-string bugs in charging log message#817
vdusek merged 1 commit intomasterfrom
fix/charging-fstring-bug

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Mar 2, 2026

Summary

  • Fixed ${subject}{subject} in the charging log message — the $ prefix caused the variable to be printed literally instead of interpolated.
  • Added missing f prefix to the continuation string so {charged_count} gets properly interpolated.

Test plan

  • CI passes

🤖 Generated with Claude Code

Remove stray `$` before `{subject}` and add missing `f` prefix on the
second line so `{charged_count}` is actually interpolated instead of
rendered as a literal.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Mar 2, 2026
@vdusek vdusek self-assigned this Mar 2, 2026
@vdusek vdusek requested a review from janbuchar March 2, 2026 08:00
@github-actions github-actions bot added this to the 135th sprint - Tooling team milestone Mar 2, 2026
@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.88%. Comparing base (8e0e88d) to head (088d1f6).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #817   +/-   ##
=======================================
  Coverage   85.88%   85.88%           
=======================================
  Files          46       46           
  Lines        2778     2778           
=======================================
  Hits         2386     2386           
  Misses        392      392           
Flag Coverage Δ
e2e 37.07% <ø> (ø)
integration 58.63% <ø> (ø)
unit 73.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek changed the title fix: Fix f-string bugs in charging log message fix: Fix f-string bug in charging log message Mar 2, 2026
@vdusek vdusek changed the title fix: Fix f-string bug in charging log message fix: Fix f-string bugs in charging log message Mar 2, 2026
@vdusek vdusek merged commit bcb4050 into master Mar 2, 2026
31 checks passed
@vdusek vdusek deleted the fix/charging-fstring-bug branch March 2, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants