From 6577ad2df8696924e1a11312c7ddc57df475d97c Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Fri, 13 Sep 2024 19:22:37 +0000 Subject: [PATCH] disable invalid websites --- tests/main_test.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/main_test.py b/tests/main_test.py index a6c2c3f..f2c62b4 100644 --- a/tests/main_test.py +++ b/tests/main_test.py @@ -9,10 +9,10 @@ from src.models.requests import LinkRequest client = TestClient(app) test_websites = [ - # "https://ext.to/", - # "https://btmet.com/", - "https://extratorrent.st/", - # "https://idope.se/", + "https://ext.to/", + "https://btmet.com/", + # "https://extratorrent.st/", # github is blocking these + # "https://idope.se/", # github is blocking these ]