summaryrefslogtreecommitdiff
path: root/blog/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'blog/tests.py')
-rw-r--r--blog/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/tests.py b/blog/tests.py
index 87f3fc14..fb272385 100644
--- a/blog/tests.py
+++ b/blog/tests.py
@@ -129,7 +129,7 @@ class EntryTestCase(DateTimeMixin, TestCase):
content_format=ContentFormat.REST,
)
self.assertHTMLEqual(
- entry.body_html, '<div class="section" id="s-test"><h1>test</h1></div>'
+ entry.body_html, '<div class="section" id="s-test"><h2>test</h2></div>'
)
def test_header_base_level_markdown(self):