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 11b9c3f commit 97a5577Copy full SHA for 97a5577
backend/test/test_run_crawl.py
@@ -479,7 +479,7 @@ def test_download_wacz_crawls_as_single_wacz(
479
archives_found = True
480
if filename.startswith("indexes/"):
481
indexes_found = True
482
- if filename.startswith("pages/") and filename.endwith(".jsonl"):
+ if filename.startswith("pages/") and filename.endswith(".jsonl"):
483
pages_found = True
484
if filename.startswith("logs/") and filename.endswith(".log"):
485
logs_found = True
0 commit comments