diff --git a/tests/test_expansions.py b/tests/test_expansions.py index 7c82384..45fe62a 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -50,7 +50,7 @@ class TestExpansions(unittest.TestCase): def test_greynoise(self): query = {"module": "greynoise", "ip-dst": "1.1.1.1"} response = self.misp_modules_post(query) - self.assertTrue(self.get_values(response).strartswith('{"ip":"1.1.1.1","status":"ok"') + self.assertTrue(self.get_values(response).strartswith('{"ip":"1.1.1.1","status":"ok"')) def test_ipasn(self): query = {"module": "ipasn", "ip-dst": "1.1.1.1"}