summaryrefslogtreecommitdiff
path: root/tests/test_correct_year.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_correct_year.py')
-rw-r--r--tests/test_correct_year.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_correct_year.py b/tests/test_correct_year.py
index e7501bb6a..8995cef5b 100644
--- a/tests/test_correct_year.py
+++ b/tests/test_correct_year.py
@@ -33,5 +33,5 @@ def expect_date(request, monkeypatch):
@pytest.mark.sphinx('html', testroot='correct-year')
def test_correct_year(expect_date, app):
app.build()
- content = (app.outdir / 'contents.html').text()
+ content = (app.outdir / 'index.html').text()
assert expect_date in content