Skip to content

Commit 87ce2fd

Browse files
committed
fixup
1 parent 97d67df commit 87ce2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/search/tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _get_search_result(self, url, client, search_params):
7575
assert resp.status_code == 200
7676

7777
page = pq(resp.content)
78-
result = page.find('.module-list-wrapper .module-item-title')
78+
result = page.find('.module-list-wrapper .module-item')
7979
return result, page
8080

8181
@pytest.mark.parametrize('data_type', ['content', 'headers', 'title'])

0 commit comments

Comments
 (0)