Skip to content

Commit d9ceb20

Browse files
committed
Fix test again
1 parent d57f598 commit d9ceb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_libzim_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def test_creator_additem(fpath, lipsum_item):
375375
c.add_item("hello") # pyright: ignore [reportCallIssue, reportArgumentType]
376376
with pytest.raises(
377377
TypeError,
378-
match="got an unexpected keyword argument: 'mimetype'",
378+
match="got an unexpected keyword argument 'mimetype'",
379379
):
380380
c.add_item(mimetype="text/html") # pyright: ignore [reportCallIssue]
381381

0 commit comments

Comments
 (0)