summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/test_html4css1_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/test/test_writers/test_html4css1_template.py')
-rwxr-xr-xdocutils/test/test_writers/test_html4css1_template.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/docutils/test/test_writers/test_html4css1_template.py b/docutils/test/test_writers/test_html4css1_template.py
index 842255495..adc42038f 100755
--- a/docutils/test/test_writers/test_html4css1_template.py
+++ b/docutils/test/test_writers/test_html4css1_template.py
@@ -43,9 +43,7 @@ class WriterPublishTestCase(unittest.TestCase):
'template': template_path,
'stylesheet_path': '/test.css',
'embed_stylesheet': False,
- },
- auto_encode=False,
- )
+ }).decode()
self.assertEqual(output, case_expected)