We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a07aa commit e23928eCopy full SHA for e23928e
g2-scraper/test.py
@@ -128,7 +128,7 @@ async def test_alternative_scraping():
128
k,
129
min_perc=alternatives_schema[k].get("min_presence", 0.1),
130
)
131
- assert len(alternatives_data) == 10
+ assert len(alternatives_data) >= 5
132
if os.getenv("SAVE_TEST_RESULTS") == "true":
133
alternatives_data.sort(key=lambda x: x["link"])
134
(Path(__file__).parent / 'results/search.json').write_text(
0 commit comments