Skip to content

Commit

Permalink
formatting test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraeber committed Jan 23, 2025
1 parent 52c676b commit 4521bd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit-test/test_cli_arg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def test_remove_moduledata(session_manager, mocker):
"--target-account-id",
"123456789012",
"--target-region",
"us-east-1" "--debug",
"us-east-1--debug",
],
exit_code=0,
)
Expand Down Expand Up @@ -1235,7 +1235,7 @@ def test_store_md5_deployspec():
"-m",
"module-name",
"-t",
"spec" "<<< f4k3h4shmd5",
"spec<<< f4k3h4shmd5",
],
exit_code=0,
)
Expand All @@ -1256,7 +1256,7 @@ def test_store_md5_bundle():
"-m",
"module-name",
"--type",
"bundle" "<<< f4k3h4shbund13",
"bundle<<< f4k3h4shbund13",
],
exit_code=0,
)
Expand Down Expand Up @@ -1425,7 +1425,7 @@ def test_store_deployspec_missing_acct():
"--project",
"myapp",
"--path",
"module/test/test" "--target_region",
"module/test/test--target_region",
"us-east-1",
"--debug",
],
Expand Down

0 comments on commit 4521bd5

Please sign in to comment.