##// END OF EJS Templates
Fix test of extract output preprocessor
Thomas Kluyver -
Show More
@@ -29,6 +29,7 b' class TestExtractOutput(PreprocessorTestsBase):'
29 def build_preprocessor(self):
29 def build_preprocessor(self):
30 """Make an instance of a preprocessor"""
30 """Make an instance of a preprocessor"""
31 preprocessor = ExtractOutputPreprocessor()
31 preprocessor = ExtractOutputPreprocessor()
32 preprocessor.extract_output_types = {'text', 'png'}
32 preprocessor.enabled = True
33 preprocessor.enabled = True
33 return preprocessor
34 return preprocessor
34
35
General Comments 0
You need to be logged in to leave comments. Login now