diff --git a/documentation/README.md b/documentation/README.md index 208317e2..11838066 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -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) - + - **description**: An expansion module to have the observable's threat score assessed by Google Threat Intelligence. diff --git a/tests/test_expansions.py b/tests/test_expansions.py index 6e17e619..96017249 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -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: