Skip to content

Commit

Permalink
Update test_geetest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 7, 2023
1 parent d61c6ef commit b28305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_methods_exists(self):
assert "captcha_handler" in GeeTest.__dict__.keys()
assert "aio_captcha_handler" in GeeTest.__dict__.keys()

@pytest.mark.parametrize("method", GeetestEnm.GeeTestTaskProxyless.list_values())
@pytest.mark.parametrize("method", GeetestEnm.list_values())
def test_args(self, method: str):
instance = GeeTest(
rucaptcha_key=self.RUCAPTCHA_KEY,
Expand Down

0 comments on commit b28305f

Please sign in to comment.