Skip to content

Commit

Permalink
Update test_upgrade.py
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc authored Dec 10, 2024
1 parent 7acea49 commit 5291cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_unit/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def mock_input(prompt, **kwargs):
return "y"
elif (
prompt
== "[bold]Would you like Nebari to assign the corresponding role to all of your current groups automatically?[/bold]"
== "[bold]Would you like Nebari to assign the corresponding role/scopes to all of your current groups automatically?[/bold]"
):
return "N"
# All other prompts will be answered with "y"
Expand Down

0 comments on commit 5291cb7

Please sign in to comment.