Updates test for new logic

This commit is contained in:
Mouse Reeve 2023-10-02 10:02:42 -07:00
parent a05942fe15
commit b3bfcf8665

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