Skip to content

Commit

Permalink
fixup! Add test case for --full-args plan download
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermak committed Sep 12, 2023
1 parent 7378c08 commit eff5394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit eff5394

Please sign in to comment.