Skip to content

Properly pass args to API v1 run method#2567

Merged
anth-volk merged 1 commit into
masterfrom
fix/properly-invoke-v1
Jun 10, 2025
Merged

Properly pass args to API v1 run method#2567
anth-volk merged 1 commit into
masterfrom
fix/properly-invoke-v1

Conversation

@anth-volk
Copy link
Copy Markdown
Collaborator

Fixes #2566

Properly pass args to API v1's run method to prevent error we're currently getting. This passes locally. Tests not added, since we aim to remove this feature by Monday of next week.

@anth-volk anth-volk requested a review from nikhilwoodruff June 10, 2025 17:14
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.98%. Comparing base (d79b3f2) to head (a216bc6).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2567      +/-   ##
==========================================
+ Coverage   63.55%   63.98%   +0.42%     
==========================================
  Files          56       55       -1     
  Lines        2220     2113     -107     
  Branches      296      264      -32     
==========================================
- Hits         1411     1352      -59     
+ Misses        747      708      -39     
+ Partials       62       53       -9     

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

@anth-volk anth-volk merged commit d110334 into master Jun 10, 2025
7 checks passed
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.

API v1 fallback improperly passes arguments

1 participant