summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/testing.py b/searx/testing.py
index cac3477e4..312e9f295 100644
--- a/searx/testing.py
+++ b/searx/testing.py
@@ -83,6 +83,6 @@ if __name__ == '__main__':
'--stop-on-error',
'--path',
base_dir],
- found_suites=[test_suite()])
+ found_suites=[test_suite()])
r.run()
sys.exit(int(r.failed))