account for new failed field in crawl.json

This commit is contained in:
renaud gaudin 2023-04-27 11:56:14 +00:00
parent c31e80608e
commit fc9ad3759e

View File

@ -51,6 +51,7 @@ def test_stats_output():
"pending": 0,
"pendingPages": [],
"total": 5,
"failed": 0,
"limit": {"max": 0, "hit": False},
}
with open("/output/warc2zim.json") as fh: