Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/test_expansions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down