Skip to content

Commit

Permalink
Update test_gee_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jan 18, 2025
1 parent 2ae936d commit 0c2bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gee_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from python3_capsolver.core.enum import CaptchaTypeEnm


class TestAwsWafBase(BaseTest):
class TestGeeTest(BaseTest):

def test_captcha_handler_exist(self):
instance = GeeTest(api_key=self.get_random_string(36), captcha_type=CaptchaTypeEnm.GeeTestTaskProxyLess)
Expand Down

0 comments on commit 0c2bf1a

Please sign in to comment.