summaryrefslogtreecommitdiff
path: root/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py')
-rw-r--r--tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py b/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py
index db9fe54a9..c50c0d2df 100644
--- a/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py
+++ b/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py
@@ -11,7 +11,7 @@ class DummyTestParser(Parser):
pass
-extensions = ['test_source_parser']
+extensions = ['source_parser']
source_suffix = ['.rst', '.test']
source_parsers = {
'.test': DummyTestParser