diff --git a/swh/web/tests/common/test_utils.py b/swh/web/tests/common/test_utils.py --- a/swh/web/tests/common/test_utils.py +++ b/swh/web/tests/common/test_utils.py @@ -109,8 +109,6 @@ "Section\n" "=======\n\n" "**Some strong text**\n\n" - "Subsection\n" - "----------\n\n" "* This is a bulleted list.\n" "* It has two items, the second\n" " item uses two lines.\n" @@ -125,8 +123,6 @@ expected_html = ( '
Some strong text
\n" - 'This is a bulleted list.
It has two items, the second\n" @@ -138,7 +134,6 @@ "
This is a numbered list.
It has two items too.