Update test_expansions.py

pull/554/head
Rambatla Venkat Rao 2022-02-12 11:45:45 +05:30 committed by GitHub
parent 59a6ca2fb4
commit f5577aac78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class TestExpansions(unittest.TestCase):
self.assertEqual(self.get_values(response)['message'], 'Success.')
else:
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):
module_name = 'macaddress_io'