1Password / connect-sdk-python

Python SDK for 1Password Connect
https://developer.1password.com/docs/connect
MIT License
200 stars 30 forks source link

[Fix] OP_CONNECT_CLIENT_REQUEST_TIMEOUT default value was wrong #103

Closed raphapassini closed 5 months ago

raphapassini commented 5 months ago

The default value for env variable OP_CONNECT_CLIENT_REQUEST_TIMEOUT was using a wrong default value. This should be fixed in this PR.

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 76.59%. Comparing base (d01e535) to head (ad3673e). Report is 3 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ========================================== - Coverage 76.60% 76.59% -0.02% ========================================== Files 27 27 Lines 1949 1948 -1 ========================================== - Hits 1493 1492 -1 Misses 456 456 ```

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

volodymyrZotov commented 5 months ago

Implemented in #102