Skip to content

Commit

Permalink
Add comment about failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Dec 18, 2024
1 parent a36df15 commit 25bb876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_nebari/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,7 @@ def _version_specific_upgrade(
keycloak_admin = None

# Prompt the user for role assignment (if yes, transforms the response into bool)
# This needs to be monkeypatched and will be addressed in a future PR. Until then, this causes test failures.
assign_roles = kwargs.get("attempt_fixes", False) or Confirm.ask(
"[bold]Would you like Nebari to assign the corresponding role/scopes to all of your current groups automatically?[/bold]",
default=False,
Expand Down

0 comments on commit 25bb876

Please sign in to comment.