Skip to content

fix: httpassert - unify accepted JSON paths for arrays#293

Merged
mgoetzegb merged 1 commit intomainfrom
json-path-aligned
Feb 25, 2026
Merged

fix: httpassert - unify accepted JSON paths for arrays#293
mgoetzegb merged 1 commit intomainfrom
json-path-aligned

Conversation

@mgoetzegb
Copy link
Copy Markdown
Member

@mgoetzegb mgoetzegb commented Feb 24, 2026

What

fix: httpassert - unify accepted JSON paths for arrays

Why

So far JsonTemplate and JsonContentTemplate did not accept e.g. $[0].field, whereas e.g. JsonPath did.

Checklist

  • Tests

So far `JsonTemplate` and `JsonContentTemplate` did not accept e.g. `$[0].field`, wheras e.g. `JsonPath` does.
@mgoetzegb mgoetzegb requested review from a team as code owners February 24, 2026 18:24
@github-actions
Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 4f11761.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@github-actions
Copy link
Copy Markdown

Conventional Commits Report

Type Number
Bug Fixes 1

🚀 Conventional commits found.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.19%. Comparing base (470d8bd) to head (4f11761).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #293      +/-   ##
==========================================
- Coverage   57.30%   57.19%   -0.12%     
==========================================
  Files          70       70              
  Lines        3940     3939       -1     
==========================================
- Hits         2258     2253       -5     
- Misses       1486     1488       +2     
- Partials      196      198       +2     
Flag Coverage Δ
opensearch-tests 95.68% <ø> (ø)
postgres-tests 92.03% <ø> (ø)
unit-tests 51.79% <100.00%> (-0.14%) ⬇️

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.

@mgoetzegb mgoetzegb added the patch release Set label to create a patch release label Feb 25, 2026
@mgoetzegb mgoetzegb merged commit 7cfd78b into main Feb 25, 2026
13 checks passed
@mgoetzegb mgoetzegb deleted the json-path-aligned branch February 25, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch release Set label to create a patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants