use all urls always

This commit is contained in:
Thephaseless 2024-11-30 12:43:05 +00:00
parent 258bad19ee
commit 0ebae22747

View File

@ -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):