Skip to content

Commit 1a5db4b

Browse files
rgaudinbenoit74
authored andcommitted
Fixed call to make_zim_file in test (type)
1 parent f633e7a commit 1a5db4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zim/test_fs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_make_zim_file_no_file_on_error(tmp_path, png_image, build_data):
142142
illustration="{png_image.name}",
143143
title="Test ZIM",
144144
description="A test ZIM",
145-
redirects_file="{build_data["redirects_file"]}")
145+
redirects_file=pathlib.Path("{build_data["redirects_file"]}"))
146146
except Exception as exc:
147147
print(exc)
148148
finally:

0 commit comments

Comments
 (0)