From 6a46bd61a2a1dbb9dcb5596cfc783f734556b8d4 Mon Sep 17 00:00:00 2001 From: Brad Chiappetta Date: Fri, 10 Mar 2023 13:55:33 -0500 Subject: [PATCH] update message in test_expansions --- tests/test_expansions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_expansions.py b/tests/test_expansions.py index 0a7bcf7..914ac2c 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -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):