Commit 1c790a26 authored by Michal Čihař's avatar Michal Čihař

Adjust test to new matching

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 43f3d7a5
...@@ -321,7 +321,7 @@ class SearchViewTest(ViewTestCase): ...@@ -321,7 +321,7 @@ class SearchViewTest(ViewTestCase):
def test_search_type(self): def test_search_type(self):
self.do_search( self.do_search(
{'type': 'untranslated'}, {'type': 'untranslated'},
'Untranslated strings' 'Strings needing attention',
) )
self.do_search( self.do_search(
{'type': 'fuzzy'}, {'type': 'fuzzy'},
......
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