From 542603b246da948b740f518d643b54dab14f66e5 Mon Sep 17 00:00:00 2001 From: Thephaseless <kukubaorch@gmail.com> Date: Sun, 27 Oct 2024 18:43:36 +0000 Subject: [PATCH] remove untestable websites from github --- tests/main_test.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/main_test.py b/tests/main_test.py index 7e755c6..283b3be 100644 --- a/tests/main_test.py +++ b/tests/main_test.py @@ -12,11 +12,12 @@ from src.utils import logger client = TestClient(app) test_websites = [ - "https://www.ygg.re/", + "https://btmet.com/", "https://ext.to/", - # "https://btmet.com/", - # "https://extratorrent.st/", # github is blocking these - # "https://idope.se/", # github is blocking these + # Not testable on github actions + # "https://www.ygg.re/", + # "https://extratorrent.st/", + # "https://idope.se/", # "https://speed.cd/login", ]