From fc9ad3759e62783420da2d577ae30721e8aaa64b Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Thu, 27 Apr 2023 11:56:14 +0000 Subject: [PATCH] account for new failed field in crawl.json --- test/integration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration.py b/test/integration.py index 4fbd530..35bd174 100644 --- a/test/integration.py +++ b/test/integration.py @@ -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: