diff --git a/tests/integration_tests/test_plans.py b/tests/integration_tests/test_plans.py index d1a76115..0436a1ba 100644 --- a/tests/integration_tests/test_plans.py +++ b/tests/integration_tests/test_plans.py @@ -145,7 +145,7 @@ def test_plan_download_expanded_args(): """ result = runner.invoke( app, - ["plans", "download", "--full-args"], + ["plans", "download", "--full-args", "true"], input=str(plan_id) + "\n" + DOWNLOADED_FILE_NAME + "\n", catch_exceptions=False, )