From 224198556adf693675c9fabc8e1dd17dd5195355 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 13 Dec 2023 20:28:40 +0300 Subject: [PATCH] Update test_bounding_box.py --- tests/test_bounding_box.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_bounding_box.py b/tests/test_bounding_box.py index c9f18ab7..07a05a5a 100644 --- a/tests/test_bounding_box.py +++ b/tests/test_bounding_box.py @@ -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",