fix: [test] dns module

pull/496/head
Alexandre Dulaunoy 2021-04-12 14:26:38 +02:00
parent 834732c413
commit 07d23fbb9b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class TestExpansions(unittest.TestCase):
def test_dns(self):
query = {"module": "dns", "hostname": "www.circl.lu", "config": {"nameserver": "8.8.8.8"}}
response = self.misp_modules_post(query)
self.assertEqual(self.get_values(response), '149.13.33.14')
self.assertEqual(self.get_values(response), '185.194.93.14')
def test_docx(self):
filename = 'test.docx'