Merge pull request #2949 from bookwyrm-social/user-search
Allow searching for local users when logged out
This commit is contained in:
commit
e4ba09178f
2 changed files with 8 additions and 6 deletions
|
@ -156,7 +156,7 @@ class Views(TestCase):
|
|||
response = view(request)
|
||||
|
||||
validate_html(response.render())
|
||||
self.assertFalse("results" in response.context_data)
|
||||
self.assertTrue("results" in response.context_data)
|
||||
|
||||
def test_search_lists(self):
|
||||
"""searches remote connectors"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue