diff --git a/tests/test_expansions.py b/tests/test_expansions.py index 89041c04..b96db4c0 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -167,6 +167,9 @@ def test_btc_steroids(self): self.assertTrue(self.get_values(response).startswith("Not a valid BTC address")) def test_btc_scam_check(self): + if LiveCI: + return + query = {"module": "btc_scam_check", "btc": "1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA"} response = self.misp_modules_post(query) self.assertEqual(self.get_values(response), "1es14c7qlb5cyhlmuekctxlgc1fv2ti9da fraudolent bitcoin address")