Updates test

This commit is contained in:
Mouse Reeve 2021-05-03 10:46:02 -07:00
parent db6246e359
commit df1c324d2d

View file

@ -127,7 +127,7 @@ class Views(TestCase):
response = view(request)
response.render()
self.assertEqual(response.context_data["results"].object_list.count(), 0)
self.assertFalse("results" in response.context_data)
def test_search_lists(self):
"""searches remote connectors"""