diff options
Diffstat (limited to 'tests/test_cmd2.py')
-rwxr-xr-x[-rw-r--r--] | tests/test_cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 16c5eed4..8389b9ed 100644..100755 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -558,7 +558,7 @@ def test_feedback_to_output_false(base_app): def test_disallow_redirection(base_app): # Set allow_redirection to False - base_app.statement_parser.allow_redirection = False + base_app.allow_redirection = False filename = 'test_allow_redirect.txt' |