Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix SSO token refresh bug #1030

Merged
merged 2 commits into from
Aug 7, 2023
Merged

fix SSO token refresh bug #1030

merged 2 commits into from
Aug 7, 2023

Conversation

thehesiod
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Merging #1030 (de54ef2) into master (a39ca14) will increase coverage by 0.06%.
The diff coverage is 69.23%.

@@            Coverage Diff             @@
##           master    #1030      +/-   ##
==========================================
+ Coverage   86.20%   86.27%   +0.06%     
==========================================
  Files          58       58              
  Lines        5743     5749       +6     
==========================================
+ Hits         4951     4960       +9     
+ Misses        792      789       -3     
Flag Coverage Δ
unittests 86.27% <69.23%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
aiobotocore/utils.py 64.52% <0.00%> (-0.40%) ⬇️
aiobotocore/tokens.py 94.38% <100.00%> (+0.06%) ⬆️
aiobotocore/waiter.py 90.74% <100.00%> (ø)
tests/python3.8/boto_tests/test_tokens.py 98.85% <100.00%> (+0.02%) ⬆️
tests/test_config.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thehesiod thehesiod enabled auto-merge (squash) August 7, 2023 03:47
@thehesiod thehesiod disabled auto-merge August 7, 2023 03:49
@thehesiod thehesiod merged commit 5743c8b into master Aug 7, 2023
11 of 12 checks passed
@thehesiod thehesiod deleted the thehesiod/bugfixes branch August 7, 2023 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSO Token refresh bug - 'ClientCreatorContext' object has no attribute 'create_token'
1 participant