From 0a2040195dd242120a7c4cf7a4d58b74c4ecc3b2 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Wed, 19 Jun 2024 11:57:12 +1000 Subject: [PATCH] fixes cli test --- xnat_ingest/tests/test_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xnat_ingest/tests/test_cli.py b/xnat_ingest/tests/test_cli.py index 7d567fd..b593ff4 100644 --- a/xnat_ingest/tests/test_cli.py +++ b/xnat_ingest/tests/test_cli.py @@ -200,6 +200,7 @@ def test_stage_and_upload( str(log_file), "info", "--add-logger", + "xnat", "--raise-errors", "--delete", "--xnat-login", @@ -219,6 +220,7 @@ def test_stage_and_upload( str(log_file), "info", "--add-logger", + "xnat", "--always-include", "medimage/dicom-series", "--raise-errors",