update message in test_expansions

pull/606/head
Brad Chiappetta 2023-03-10 13:55:33 -05:00
parent b3865b33b7
commit 6a46bd61a2
1 changed files with 1 additions and 1 deletions

View File

@ -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):