chg: [passivetotal] new test IP address

pull/496/head
Alexandre Dulaunoy 2021-04-14 14:51:28 +02:00
parent 577d0de500
commit fd00fe6cb2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class TestExpansions(unittest.TestCase):
def test_passivetotal(self):
module_name = "passivetotal"
query = {"module": module_name, "ip-src": "149.13.33.14", "config": {}}
query = {"module": module_name, "ip-src": "185.194.93.14", "config": {}}
if module_name in self.configs:
query["config"] = self.configs[module_name]
response = self.misp_modules_post(query)