From eff539422c216a1da36354613d625e8d73558364 Mon Sep 17 00:00:00 2001 From: Carter Mak Date: Tue, 12 Sep 2023 09:22:17 -0700 Subject: [PATCH] fixup! Add test case for --full-args plan download --- tests/integration_tests/test_plans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )