From 9744c1e0a5ddc9bab447fa89d0c1a680ac5263cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 26 Nov 2019 17:49:01 +0100 Subject: [PATCH] Revert "Merge pull request #341 from StefanKelm/master" This reverts commit 1df0d9152ed3346a9432393177c89e137bfc0c64, reversing changes made to 6042619c6b7fb40fd77b5328f933e67e839e1e83. This PR was a fixing a typo in a test case. The typo is in a 3rd party service. --- tests/test_expansions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_expansions.py b/tests/test_expansions.py index ee1c267..d9ce6f1 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -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"}