From 0ebae227478eaba65e033ea023de5c9f951b648b Mon Sep 17 00:00:00 2001 From: Thephaseless <kukubaorch@gmail.com> Date: Sat, 30 Nov 2024 12:43:05 +0000 Subject: [PATCH] use all urls always --- tests/main_test.py | 7 ------- 1 file changed, 7 deletions(-) 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):