You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix getBankTransfers test call for new includeDeleted parameter
OAS 16.1.0 added a Boolean includeDeleted parameter to
AccountingApi.getBankTransfers, but the hand-written test still used
the old 5-arg signature, breaking test compilation in CI.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>