Skip to content

Commit

Permalink
fixed test methods
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jul 8, 2024
1 parent 52b4cfe commit 36ede27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xnat_ingest/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ def test_stage_and_upload(
"--add-logger",
"xnat",
"--raise-errors",
"--method",
"tar_file",
"--delete",
"--xnat-login",
"http://localhost:8080",
Expand All @@ -226,6 +224,8 @@ def test_stage_and_upload(
"--always-include",
"medimage/dicom-series",
"--raise-errors",
"--method",
"tar_file",
"--use-curl-jsession",
],
env={
Expand Down

0 comments on commit 36ede27

Please sign in to comment.