diff --git a/tests/test_core.py b/tests/test_core.py index 24e9e9c3..361943be 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -109,5 +109,7 @@ def test_attempts_generator(self): class TestDeathbycaptcha(BaseTest): def test_attempts_generator(self): BaseCaptcha( - rucaptcha_key=self.RUCAPTCHA_KEY, service_type=ServiceEnm.DEATHBYCAPTCHA, method=ControlEnm.control.value + rucaptcha_key=self.RUCAPTCHA_KEY, + service_type=ServiceEnm.DEATHBYCAPTCHA.value, + method=ControlEnm.control.value, )