diff --git a/_unittests/ut_special/test_rue_paris.py b/_unittests/ut_special/test_rue_paris.py index 20d72e3c3..60229eb9d 100644 --- a/_unittests/ut_special/test_rue_paris.py +++ b/_unittests/ut_special/test_rue_paris.py @@ -34,7 +34,7 @@ def test_get_data(self) : try: data = get_data(whereTo=folder, fLOG=fLOG, timeout=60) except Exception as e: - if "the connected party did not properly respond after a period of time" in str(e): + if "unable to retrieve data" in str(e): return else: raise Exception("*****" + str(e) + "*****") from e