We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806e564 commit 52f75b5Copy full SHA for 52f75b5
1 file changed
TwoCaptcha.Tests/AltchacaptchaTest.cs
@@ -20,6 +20,7 @@ public async Task TestAllOptions()
20
parameters["challenge_url"] = "https://.../captcha/api/altcha/challenge";
21
parameters["pageurl"] = "https://site.com/";
22
parameters["soft_id"] = "4582";
23
+ parameters["json"] = "0";
24
25
await CheckIfCorrectParamsSendAndResultReturned(captcha, parameters);
26
}
0 commit comments