Skip to content

Commit 36bac52

Browse files
author
2captcha
committed
added data-s to test unit
1 parent 7b63802 commit 36bac52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_recaptcha.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def test_v2(self):
1919
'url' : 'https://mysite.com/page/with/recaptcha',
2020
'invisible' : 1,
2121
'action' : 'verify',
22+
'datas' : 'Crb7VsRAQaBqoaQQtHQQ'
2223
}
2324

2425
sends = {
@@ -29,6 +30,7 @@ def test_v2(self):
2930
'enterprise': 0,
3031
'action' : 'verify',
3132
'version' : 'v2',
33+
'data-s' : 'Crb7VsRAQaBqoaQQtHQQ'
3234
}
3335

3436
return self.send_return(sends, self.solver.recaptcha, **params)

0 commit comments

Comments
 (0)