We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fabe4 commit 21a787eCopy full SHA for 21a787e
1 file changed
tests/test_fun_captcha.py
@@ -175,7 +175,7 @@ async def test_aio_api_key_err(self):
175
funcaptchaApiJSSubdomain=funcaptchaApiJSSubdomain,
176
).aio_captcha_handler()
177
assert result.errorId == 1
178
- assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
+ assert result.errorCode in ["ERROR_KEY_DENIED_ACCESS", "ERROR_INVALID_TASK_DATA"]
179
assert not result.solution
180
181
def test_api_key_err(self):
@@ -187,7 +187,7 @@ def test_api_key_err(self):
187
188
).captcha_handler()
189
190
191
192
193
0 commit comments