summaryrefslogtreecommitdiff
path: root/tests/test_templating.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_templating.py')
-rw-r--r--tests/test_templating.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_templating.py b/tests/test_templating.py
index 8eed1fdf8..3ae560c9e 100644
--- a/tests/test_templating.py
+++ b/tests/test_templating.py
@@ -21,7 +21,7 @@ def test_layout_overloading(make_app, app_params):
setup_documenters(app)
app.builder.build_update()
- result = (app.outdir / 'contents.html').text(encoding='utf-8')
+ result = (app.outdir / 'index.html').text(encoding='utf-8')
assert '<!-- layout overloading -->' in result