Commit 924d7ee86d2274590516eac714893865d9ce16c8

Authored by Miguel Barão
1 parent be9d28e0
Exists in master and in 1 other branch dev

minor

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
perguntations/test.py
... ... @@ -237,7 +237,7 @@ class TestFactory(dict):
237 237 'debug': self['debug'], # required by template test.html
238 238 'database': self['database'],
239 239 'questions_dir': self['questions_dir'],
240   - # 'files': self['files'],
  240 + 'files': self['files'],
241 241 })
242 242  
243 243 # ------------------------------------------------------------------------
... ...