diff --git a/tests/unit/browser/test_pdfjs.py b/tests/unit/browser/test_pdfjs.py index abe1cdc02..768180e11 100644 --- a/tests/unit/browser/test_pdfjs.py +++ b/tests/unit/browser/test_pdfjs.py @@ -151,7 +151,7 @@ class TestResources: with caplog.at_level(logging.WARNING): with pytest.raises(pdfjs.PDFJSNotFound, - match="Path 'web/test' not found"): + match="Path 'web/test' not found"): pdfjs.get_pdfjs_res_and_path('web/test') assert len(caplog.records) == 1