changeset 687:edf6ce075823 default tip

fix
author Alain Mazy <am@orthanc.team>
date Tue, 10 Sep 2024 14:33:04 +0200
parents 992f0e405c4f
children
files Tests/Tests.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Tests/Tests.py	Mon Sep 09 15:30:36 2024 +0200
+++ b/Tests/Tests.py	Tue Sep 10 14:33:04 2024 +0200
@@ -1907,7 +1907,7 @@
             }
 
         if IsOrthancVersionAbove(_REMOTE, 1, 12, 5):
-            payload['TimeRange'] = '3.12\\4.12',                      # https://discourse.orthanc-server.org/t/multiplicity-on-dicom-tags/5144
+            payload['TimeRange'] = '3.12\\4.12'                      # https://discourse.orthanc-server.org/t/multiplicity-on-dicom-tags/5144
 
         i = DoPost(_REMOTE, '/tools/create-dicom',
                    json.dumps(payload))