mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Merge pull request #464 from Nothing4You/fix-tests-01
Use a real inexistent domain for DNS fail testing
This commit is contained in:
commit
2d89723a6a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user