Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
again unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 15, 2015
1 parent 3eae0ba commit 3cc1799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_special/test_rue_paris.py
Expand Up @@ -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
Expand Down

0 comments on commit 3cc1799

Please sign in to comment.