Commit 301dd01d authored by Michal Čihař's avatar Michal Čihař

Avoid problems with case sensitive search

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 04ec4b24
......@@ -117,7 +117,7 @@ class SearchViewTest(ViewTestCase):
def test_search_links(self):
response = self.do_search(
{'q': 'weblate'},
{'q': 'Weblate'},
'Fulltext search for'
)
# Extract search ID
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment