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

Fixed wizard prompt when editing an AWS account. #415

Merged
merged 1 commit into from
May 22, 2023
Merged

Conversation

Will-NOQ
Copy link
Collaborator

What changed?

  • Fixed wizard prompt when editing an AWS account.

How was it tested?

If it was manually verified, list the instructions for your reviewers to follow.

  • Unit Tests
  • Functional Tests
  • Manually Verified

@@ -1002,7 +1002,7 @@ def configuration_wizard_aws_account_edit(self):
).unsafe_ask()
if action == "Go back":
return
elif action == "Update name":
elif action == "Update region":
account.default_region = set_aws_region(
"What region should IAMbic use?", account.default_region
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the update_name conditional below?

@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.03 🎉

Comparison is base (8b49a1c) 85.24% compared to head (8f3b9e2) 85.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #415      +/-   ##
==========================================
+ Coverage   85.24%   85.28%   +0.03%     
==========================================
  Files          98       98              
  Lines       10711    10711              
==========================================
+ Hits         9131     9135       +4     
+ Misses       1580     1576       -4     
Flag Coverage Δ
functional_tests 67.12% <ø> (+0.35%) ⬆️
functional_tests_config_discovery 47.05% <ø> (ø)
unit_tests 75.34% <ø> (ø)

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

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@castrapel castrapel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Will-NOQ Will-NOQ merged commit de607a4 into main May 22, 2023
@castrapel castrapel deleted the fix-wizard-prompt branch May 22, 2023 18:17
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.

None yet

2 participants