Skip to content

Commit

Permalink
Tests: HTML search: update test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Nov 16, 2024
1 parent af61293 commit 2bcf7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def test_term_in_heading_and_section(app):
# if search term is in the title of one doc and in the text of another
# both documents should be a hit in the search index as a title,
# respectively text hit
assert '"textinhead":2' in searchindex
assert '"textinhead":0' in searchindex
assert '["textinhead",2]' in searchindex
assert '["textinhead",0]' in searchindex


@pytest.mark.sphinx('html', testroot='search')
Expand Down

0 comments on commit 2bcf7a6

Please sign in to comment.