Updates test
This commit is contained in:
parent
db6246e359
commit
df1c324d2d
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue