Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Resolved panic triggered by using an empty string as a template value #2274

Merged
merged 3 commits into from
Mar 6, 2025

Conversation

dadrus
Copy link
Owner

@dadrus dadrus commented Mar 5, 2025

Related issue(s)

fixes #2272

Checklist

  • I agree to follow this project's Code of Conduct.
  • I have read, and I am following this repository's Contributing Guidelines.
  • I have read the Security Policy.
  • I have referenced an issue describing the bug/feature request.
  • I have added tests that prove the correctness of my implementation.

Description

Fixes the referenced bug

Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.49%. Comparing base (0700616) to head (e35862c).
Report is 1 commits behind head on release.

Additional details and impacted files
@@             Coverage Diff             @@
##           release    #2274      +/-   ##
===========================================
- Coverage    89.49%   89.49%   -0.01%     
===========================================
  Files          271      271              
  Lines        11502    11496       -6     
===========================================
- Hits         10294    10288       -6     
  Misses         967      967              
  Partials       241      241              

☔ 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.

@dadrus dadrus linked an issue Mar 6, 2025 that may be closed by this pull request
3 tasks
@dadrus dadrus merged commit 7b8eacc into release Mar 6, 2025
24 checks passed
@dadrus dadrus deleted the fix/empty_template branch March 6, 2025 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic is triggered by using an empty string as a template value
1 participant