diff options
Diffstat (limited to 'tests/test_api_translator.py')
-rw-r--r-- | tests/test_api_translator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api_translator.py b/tests/test_api_translator.py index e8cfcb458..7a70fd4c8 100644 --- a/tests/test_api_translator.py +++ b/tests/test_api_translator.py @@ -57,7 +57,7 @@ def test_html_with_set_translator_for_html_(app, status, warning): @with_app('html', testroot='api-set-translator', - confoverrides={'html_translator_class': 'ext.ExtHTMLTranslator'}) + confoverrides={'html_translator_class': 'translator.ExtHTMLTranslator'}) def test_html_with_set_translator_for_html_and_html_translator_class( app, status, warning): # use set_translator() and html_translator_class. |