openfga / python-sdk

OpenFGA SDK for Python 3 - https://pypi.org/project/openfga-sdk/
https://openfga.dev
Apache License 2.0
29 stars 10 forks source link

fix: honor retryMaxAllowedNumber #87

Closed evansims closed 2 months ago

evansims commented 2 months ago

Description

This PR:

Other small bug fixes and improvements to the Configuration were made, which I noticed as I was writing the unit tests:

References

Review Checklist

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 95.45455% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 69.02%. Comparing base (f18f786) to head (9989f94).

Files Patch % Lines
openfga_sdk/configuration.py 95.45% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ========================================== + Coverage 68.29% 69.02% +0.73% ========================================== Files 102 102 Lines 8077 8091 +14 ========================================== + Hits 5516 5585 +69 + Misses 2561 2506 -55 ```

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

evansims commented 2 months ago

@rhamzeh Updated with your feedback 👍