influxdata / influxdb-client-python

InfluxDB 2.0 python client
https://influxdb-client.readthedocs.io/en/stable/
MIT License
706 stars 185 forks source link

fix: logging http requests without query parameters #631

Closed bednar closed 7 months ago

bednar commented 7 months ago

Closes #630

Proposed Changes

Fixed logging HTTP requests without query parameters.

Checklist

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (d7181fa) 90.36% compared to head (6c8814b) 90.39%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #631 +/- ## ========================================== + Coverage 90.36% 90.39% +0.02% ========================================== Files 39 39 Lines 3497 3497 ========================================== + Hits 3160 3161 +1 + Misses 337 336 -1 ```

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