Update test_CustomCaptcha.py

This commit is contained in:
Andrei 2019-11-26 17:40:25 +03:00 committed by GitHub
parent 7f9da9f974
commit 458004d2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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