Skip to content

Commit

Permalink
Update test_bounding_box.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 13, 2023
1 parent 4504332 commit 2241985
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_bounding_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
from python_rucaptcha.bounding_box_captcha import BoundingBoxCaptcha


class BaseImageCaptcha(BaseTest):
class TestBoundingBoxCaptcha(BaseTest):
captcha_file = "src/examples/bounding_box_start.png"


class TestImageCaptcha(BaseImageCaptcha):
kwargs_params = {
"comment": "None",
"imgInstructions": "None",
Expand Down

0 comments on commit 2241985

Please sign in to comment.