# HG changeset patch # User Sebastien Jodogne # Date 1607338184 -3600 # Node ID 95ee4e79825b9d3c5d14aea2e4ce271ac17fa514 # Parent 88f076b906ca18ab18794ecc1be4cfea3827fff5 fix diff -r 88f076b906ca -r 95ee4e79825b Tests/Tests.py --- 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