fix: [test] Typo

pull/539/head
Jakub Onderka 2021-12-24 14:59:13 +01:00
parent ef55d7cc3d
commit e50ab6379f
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class TestExpansions(unittest.TestCase):
self.assertEqual(self.get_values(response), 'This IP is commonly spoofed in Internet-scan activity')
except Exception:
self.assertIn(
self.get_errors(reponse),
self.get_errors(response),
(
"Unauthorized. Please check your API key.",
"Too many requests. You've hit the rate-limit."