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 usage of response_types_map inside API client's call_api method. #311

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ndhansen
Copy link

@ndhansen ndhansen commented Apr 23, 2024

Fixes #310

I didn't add tests because I couldn't see any existing tests for the call_api method, but if I missed it, please let me know.

I accidentally didn't read the contribution guidelines before creating this, I'll leave this in draft until the issue has been validated / accepted.

Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.70%. Comparing base (c2c8933) to head (7d5a549).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #311   +/-   ##
=======================================
  Coverage   28.70%   28.70%           
=======================================
  Files         725      725           
  Lines       86624    86626    +2     
=======================================
+ Hits        24864    24866    +2     
  Misses      61760    61760           

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

@tomplus
Copy link
Owner

tomplus commented May 5, 2024

LGTM, but i can't merge it as is a "draft".

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.

response_types_map not treated as an optional argument
2 participants