From 36ede27c96fd69a71ff1baec4988f951f5d25242 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Mon, 8 Jul 2024 16:00:40 +1000 Subject: [PATCH] fixed test methods --- xnat_ingest/tests/test_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xnat_ingest/tests/test_cli.py b/xnat_ingest/tests/test_cli.py index 6aa6aac..ca717d5 100644 --- a/xnat_ingest/tests/test_cli.py +++ b/xnat_ingest/tests/test_cli.py @@ -202,8 +202,6 @@ def test_stage_and_upload( "--add-logger", "xnat", "--raise-errors", - "--method", - "tar_file", "--delete", "--xnat-login", "http://localhost:8080", @@ -226,6 +224,8 @@ def test_stage_and_upload( "--always-include", "medimage/dicom-series", "--raise-errors", + "--method", + "tar_file", "--use-curl-jsession", ], env={