1
0
Fork 0

Merge pull request #2949 from bookwyrm-social/user-search

Allow searching for local users when logged out
This commit is contained in:
Mouse Reeve 2023-10-02 10:21:08 -07:00 committed by GitHub
commit e4ba09178f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -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"""