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 = ( '

Section

\n' "

Some strong text

\n" - '
\n' - "

Subsection

\n" '
\n" "
" )