Skip to content

Commit

Permalink
Update test_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 8, 2023
1 parent 6526ace commit c6b7398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit c6b7398

Please sign in to comment.