diff --git a/tests/main_test.py b/tests/main_test.py index 19779c8..510223b 100644 --- a/tests/main_test.py +++ b/tests/main_test.py @@ -28,5 +28,5 @@ def test_bypass(website: str): ) if response.status_code == HTTPStatus.TOO_MANY_REQUESTS: # if rate limited - assert True + pytest.skip() assert response.status_code == HTTPStatus.OK