boto / botocore

The low-level, core functionality of boto3 and the AWS CLI.
Apache License 2.0
1.44k stars 1.06k forks source link

fix typo #3200

Closed sudhackar closed 2 weeks ago

sudhackar commented 2 weeks ago

a simple typo. This came up from a coverity scan - while processing the Main Inclusion Review(MIR) of python-botocore package

tests/unit/test_args.py:189:17:
  remediation: Should identifier "enpoint_url" be replaced by "endpoint_url"?
botocore/args.py:305:55: Supporting evidence set 1:
  identifier_use: Example 1: Using identifier "endpoint_url".
botocore/client.py:1102:28: Supporting evidence set 2:
  identifier_use: Example 2: Using identifier "endpoint_url".
botocore/configprovider.py:1010:40: Supporting evidence set 3:
  identifier_use: Example 3: Using identifier "endpoint_url".
botocore/session.py:1061:26: Supporting evidence set 4:
  identifier_use: Example 4: Using identifier "endpoint_url".
botocore/utils.py:2017:29: Supporting evidence set 5:
  identifier_use: Example 5: Using identifier "endpoint_url".
codecov-commenter commented 2 weeks ago

Codecov Report

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

Project coverage is 93.14%. Comparing base (f563963) to head (c277147). Report is 20 commits behind head on develop.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3200 +/- ## ======================================== Coverage 93.14% 93.14% ======================================== Files 66 66 Lines 14248 14248 ======================================== Hits 13272 13272 Misses 976 976 ```

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