From 3cc179945e6593b2105c4c1a7592ec9142c2da2c Mon Sep 17 00:00:00 2001 From: dupre Date: Thu, 15 Jan 2015 23:23:06 +0100 Subject: [PATCH] again unit tests --- _unittests/ut_special/test_rue_paris.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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