Skip to content

Commit ebbf137

Browse files
committed
tests: update default value for controller_args
1 parent a105927 commit ebbf137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/tools/askui/test_askui_controller_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def test_assertion_error_when_no_controller_found(self) -> None:
400400
def test_controller_args_default_value(self) -> None:
401401
"""Test that controller_args is set correctly with default value."""
402402
settings = AskUiControllerSettings(component_registry_file="/dummy")
403-
assert settings.controller_args == "--showOverlay true"
403+
assert settings.controller_args == "--showOverlay false"
404404

405405
def test_controller_args_constructor(self) -> None:
406406
"""Test that controller_args is set correctly with constructor."""

0 commit comments

Comments
 (0)