diff --git a/tests/tests_unit/test_upgrade.py b/tests/tests_unit/test_upgrade.py index fd70f367f7..f681668261 100644 --- a/tests/tests_unit/test_upgrade.py +++ b/tests/tests_unit/test_upgrade.py @@ -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"