fix hedight

pull/663/head
Daniel Pascual 2024-05-13 20:24:13 +02:00
parent bd9316b313
commit 6b7260229b
2 changed files with 2 additions and 2 deletions

View File

@ -658,7 +658,7 @@ Module to query a local copy of Maxmind's Geolite database.
#### [google_threat_intelligence](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/google_threat_intelligence.py)
<img src=logos/google_threat_intelligence.png height=80>
<img src=logos/google_threat_intelligence.png height=60>
- **description**:
An expansion module to have the observable's threat score assessed by Google Threat Intelligence.

View File

@ -92,7 +92,7 @@ class TestExpansions(unittest.TestCase):
query = {'module': 'apiosintds', 'ip-dst': '10.10.10.10'}
response = self.misp_modules_post(query)
try:
self.assertTrue(self.get_values(response).startswith('IoC 10.10.10.10'))
except AssertionError: