Browse Source

[fix] test with default theme

Adam Tauber 10 years ago
parent
commit
edd9d31180
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      searx/tests/test_webapp.py

+ 1
- 0
searx/tests/test_webapp.py View File

@@ -12,6 +12,7 @@ class ViewsTestCase(SearxTestCase):
12 12
     def setUp(self):
13 13
         webapp.app.config['TESTING'] = True  # to get better error messages
14 14
         self.app = webapp.app.test_client()
15
+        webapp.default_theme = 'default'
15 16
 
16 17
         # set some defaults
17 18
         self.test_results = [