diff --git a/tests/test_CustomCaptcha.py b/tests/test_CustomCaptcha.py index 663cff1..ebb96c5 100644 --- a/tests/test_CustomCaptcha.py +++ b/tests/test_CustomCaptcha.py @@ -118,7 +118,7 @@ class TestAntiCaptcha(MainAntiCaptcha): # check response type assert isinstance(customcaptcha, CustomCaptchaTask.aioCustomCaptchaTask) - response = customcaptcha.captcha_handler(imageUrl=self.image_url) + response = await customcaptcha.captcha_handler(imageUrl=self.image_url) # check response type assert isinstance(response, dict) # check all dict keys