From 847563869cad7e410dc447e523a67498ef3df47b Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Sat, 13 Apr 2013 22:56:52 +0200 Subject: [PATCH] Use a real inexistent domain for DNS fail testing --- plugins/Internet/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Internet/test.py b/plugins/Internet/test.py index f0542b9ad..a63c36084 100644 --- a/plugins/Internet/test.py +++ b/plugins/Internet/test.py @@ -35,7 +35,7 @@ class InternetTestCase(PluginTestCase): if network: def testDns(self): self.assertNotError('dns slashdot.org') - self.assertResponse('dns alsdkjfaslkdfjaslkdfj.com', + self.assertResponse('dns does.not.exist.', 'Host not found.') def testWhois(self):