Mercurial > hg > orthanc-tests
diff Tests/Tests.py @ 355:95ee4e79825b Orthanc-1.8.1
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 07 Dec 2020 11:49:44 +0100 |
parents | 88f076b906ca |
children | 18597ca05e48 |
line wrap: on
line diff
--- a/Tests/Tests.py Thu Dec 03 18:15:59 2020 +0100 +++ b/Tests/Tests.py Mon Dec 07 11:49:44 2020 +0100 @@ -1591,7 +1591,7 @@ # New in Orthanc 1.8.1 DoPost(_REMOTE, '/tools/dicom-echo', [ - _LOCAL['DicomAet'], _LOCAL['Server'], _LOCAL['DicomPort'] ]) + _REMOTE['DicomAet'], _REMOTE['Server'], _REMOTE['DicomPort'] ]) DoPost(_REMOTE, '/tools/dicom-echo', DoGet(_REMOTE, '/modalities/orthanctest/configuration')) # Use the 'CheckFind' new option in Orthanc 1.8.1