summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-10-05 17:13:24 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-10-05 17:13:35 +0200
commitdb23c3eb4bb073f3ce26495aed6ed4d159cec724 (patch)
treecaafdeb53a61a7f305a3033076fa2cf9c2dc5f47
parent80d1fe28263cf472c63060996f2241fb6ccfdf59 (diff)
downloadqutebrowser-db23c3eb4bb073f3ce26495aed6ed4d159cec724.tar.gz
qutebrowser-db23c3eb4bb073f3ce26495aed6ed4d159cec724.zip
Fix lint
thanks emacs... (cherry picked from commit f75348e36b95fb6334a80bb903ff1002267c520c)
-rw-r--r--tests/unit/browser/test_pdfjs.py2
1 files changed, 1 insertions, 1 deletions
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