From 0e6d514198213f68d22262a67e6057e25359b9b6 Mon Sep 17 00:00:00 2001 From: StefanKelm Date: Wed, 16 Oct 2019 12:40:22 +0200 Subject: [PATCH] Update test_expansions.py Tiniest of typos --- 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 6cfe953..1899902 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -45,7 +45,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 fraudolent bitcoin address') + self.assertEqual(self.get_values(response), '1es14c7qlb5cyhlmuekctxlgc1fv2ti9da fraudulent bitcoin address') def test_countrycode(self): query = {"module": "countrycode", "domain": "www.circl.lu"}