mirror of https://github.com/MISP/misp-modules
chg: [tests] btc_steroid not working via CI
parent
cb12d8a055
commit
f422463f70
|
@ -110,6 +110,9 @@ class TestExpansions(unittest.TestCase):
|
||||||
self.assertEqual(self.get_object(response), 'asn')
|
self.assertEqual(self.get_object(response), 'asn')
|
||||||
|
|
||||||
def test_btc_steroids(self):
|
def test_btc_steroids(self):
|
||||||
|
if LiveCI:
|
||||||
|
return True
|
||||||
|
|
||||||
query = {"module": "btc_steroids", "btc": "1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA"}
|
query = {"module": "btc_steroids", "btc": "1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA"}
|
||||||
response = self.misp_modules_post(query)
|
response = self.misp_modules_post(query)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue