Skip to content

Commit

Permalink
Merge pull request #198 from AndreiDrang/master
Browse files Browse the repository at this point in the history
upd docs
  • Loading branch information
AndreiDrang authored Dec 13, 2023
2 parents b593608 + 8a26529 commit 66a053d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/_static/RuCaptchaMedium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/test_key_captcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def test_aio_basic_data(self):
method=KeyCaptchaEnm.KeyCaptchaTaskProxyless.value,
)

result = instance.captcha_handler()
result = await instance.aio_captcha_handler()

assert result.keys() == GetTaskResultResponseSer().to_dict().keys()

Expand Down

0 comments on commit 66a053d

Please sign in to comment.