mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 03:52:16 -04:00
Fix number of items for warc2zim since move to Brave changed this
This commit is contained in:
parent
56fb86e531
commit
24a250f0ee
@ -59,12 +59,12 @@ def test_stats_output():
|
|||||||
}
|
}
|
||||||
with open("/output/warc2zim.json") as fh:
|
with open("/output/warc2zim.json") as fh:
|
||||||
assert json.loads(fh.read()) == {
|
assert json.loads(fh.read()) == {
|
||||||
"written": 9,
|
"written": 10,
|
||||||
"total": 9,
|
"total": 10,
|
||||||
}
|
}
|
||||||
with open("/output/stats.json") as fh:
|
with open("/output/stats.json") as fh:
|
||||||
assert json.loads(fh.read()) == {
|
assert json.loads(fh.read()) == {
|
||||||
"done": 9,
|
"done": 10,
|
||||||
"total": 9,
|
"total": 10,
|
||||||
"limit": {"max": 0, "hit": False},
|
"limit": {"max": 0, "hit": False},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user