diff --git a/tests/main_test.py b/tests/main_test.py index 46708df..a827d21 100644 --- a/tests/main_test.py +++ b/tests/main_test.py @@ -12,19 +12,12 @@ client = TestClient(app) test_websites = [ "https://btmet.com/", "https://ext.to/", -] - -# Not testable on github actions -github_restricted = [ "https://www.ygg.re/", "https://extratorrent.st/", "https://idope.se/", "https://speed.cd/login", ] -# if os.getenv("GITHUB_ACTIONS") != "true": -test_websites.extend(github_restricted) - @pytest.mark.parametrize("website", test_websites) def test_bypass(website: str):