Update test_expansions.py

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

View File

@ -304,7 +304,7 @@ class TestExpansions(unittest.TestCase):
query['config'] = self.configs[module_name]
response = self.misp_modules_post(query)
try:
self.assertEqual(self.get_object(response), 'IPQS:)
self.assertEqual(self.get_object(response), 'IPQS:')
except Exception:
self.assertIn(
self.get_errors(response),