mirror of https://github.com/MISP/misp-modules
update message in test_expansions
parent
b3865b33b7
commit
6a46bd61a2
|
@ -297,7 +297,7 @@ class TestExpansions(unittest.TestCase):
|
|||
)
|
||||
else:
|
||||
response = self.misp_modules_post(query)
|
||||
self.assertEqual(self.get_errors(response), 'Missing Greynoise API key.')
|
||||
self.assertEqual(self.get_errors(response), 'GreyNoise API Key required, but missing')
|
||||
|
||||
@unittest.skip("Service doesn't work")
|
||||
def test_ipasn(self):
|
||||
|
|
Loading…
Reference in New Issue