mirror of https://github.com/MISP/misp-modules
parent
bc0c7c7d7d
commit
0e6d514198
|
@ -45,7 +45,7 @@ class TestExpansions(unittest.TestCase):
|
||||||
def test_btc_scam_check(self):
|
def test_btc_scam_check(self):
|
||||||
query = {"module": "btc_scam_check", "btc": "1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA"}
|
query = {"module": "btc_scam_check", "btc": "1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA"}
|
||||||
response = self.misp_modules_post(query)
|
response = self.misp_modules_post(query)
|
||||||
self.assertEqual(self.get_values(response), '1es14c7qlb5cyhlmuekctxlgc1fv2ti9da fraudolent bitcoin address')
|
self.assertEqual(self.get_values(response), '1es14c7qlb5cyhlmuekctxlgc1fv2ti9da fraudulent bitcoin address')
|
||||||
|
|
||||||
def test_countrycode(self):
|
def test_countrycode(self):
|
||||||
query = {"module": "countrycode", "domain": "www.circl.lu"}
|
query = {"module": "countrycode", "domain": "www.circl.lu"}
|
||||||
|
|
Loading…
Reference in New Issue