kubernetes_asyncio icon indicating copy to clipboard operation
kubernetes_asyncio copied to clipboard

Fix usage of `response_types_map` inside API client's `call_api` method.

Open ndhansen opened this issue 10 months ago • 2 comments

Fixes https://github.com/tomplus/kubernetes_asyncio/issues/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.

ndhansen avatar Apr 23 '24 09:04 ndhansen

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 23 '24 12:04 codecov[bot]

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

tomplus avatar May 05 '24 22:05 tomplus