summaryrefslogtreecommitdiff
path: root/unit_tests/test_twisted.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@users.sourceforge.net>2011-01-14 22:39:24 +0000
committerThomas Kluyver <takowl@users.sourceforge.net>2011-01-14 22:39:24 +0000
commit88ab2115b2527f5e63b3b99d7b10c2a7ff8ff59c (patch)
tree2df2dc328d48ead082f02bf06700f69676f16f92 /unit_tests/test_twisted.py
parentd676171da3de3533133f454522f1e2d9f22ea6fe (diff)
downloadnose-88ab2115b2527f5e63b3b99d7b10c2a7ff8ff59c.tar.gz
Update test URL to one that still resolves.
Diffstat (limited to 'unit_tests/test_twisted.py')
-rw-r--r--unit_tests/test_twisted.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/test_twisted.py b/unit_tests/test_twisted.py
index 460dacd..be5041d 100644
--- a/unit_tests/test_twisted.py
+++ b/unit_tests/test_twisted.py
@@ -30,7 +30,7 @@ test_resolve = deferred()(test_resolve)
#@deferred()
def test_raises_bad_return():
print reactor
- reactor.resolve("nose.python-hosting.com")
+ reactor.resolve("www.python.org")
test_raises_bad_return = raises(TypeError)(deferred()(test_raises_bad_return))
# Check we propagate twisted Failures as Exceptions