summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 8a5110ce4..d9070df3a 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -220,7 +220,7 @@ def pytest_addoption(parser):
def pytest_configure(config):
try:
- # Try to use QtWebkit as the default backend
+ # Try to use QtWebKit as the default backend
import PyQt5.QtWebKitWidgets
config.backend = 'webkit'
except ImportError: