mirror of https://github.com/MISP/misp-modules
Revert "Merge pull request #341 from StefanKelm/master"
This reverts commitpull/356/head1df0d9152e
, reversing changes made to6042619c6b
. This PR was a fixing a typo in a test case. The typo is in a 3rd party service.
parent
1df0d9152e
commit
9744c1e0a5
|
@ -91,7 +91,7 @@ class TestExpansions(unittest.TestCase):
|
|||
def test_btc_scam_check(self):
|
||||
query = {"module": "btc_scam_check", "btc": "1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA"}
|
||||
response = self.misp_modules_post(query)
|
||||
self.assertEqual(self.get_values(response), '1es14c7qlb5cyhlmuekctxlgc1fv2ti9da fraudulent bitcoin address')
|
||||
self.assertEqual(self.get_values(response), '1es14c7qlb5cyhlmuekctxlgc1fv2ti9da fraudolent bitcoin address')
|
||||
|
||||
def test_countrycode(self):
|
||||
query = {"module": "countrycode", "domain": "www.circl.lu"}
|
||||
|
|
Loading…
Reference in New Issue