mirror of https://github.com/MISP/misp-modules
Update test_expansions.py
parent
59a6ca2fb4
commit
f5577aac78
|
@ -306,7 +306,7 @@ class TestExpansions(unittest.TestCase):
|
||||||
self.assertEqual(self.get_values(response)['message'], 'Success.')
|
self.assertEqual(self.get_values(response)['message'], 'Success.')
|
||||||
else:
|
else:
|
||||||
response = self.misp_modules_post(query)
|
response = self.misp_modules_post(query)
|
||||||
self.assertEqual(self.get_errors(response), 'Invalid or unauthorized key. Please check the API key and try again.')
|
self.assertEqual(self.get_errors(response), 'IPQualityScore apikey is missing')
|
||||||
|
|
||||||
def test_macaddess_io(self):
|
def test_macaddess_io(self):
|
||||||
module_name = 'macaddress_io'
|
module_name = 'macaddress_io'
|
||||||
|
|
Loading…
Reference in New Issue