Updates test
This commit is contained in:
parent
db6246e359
commit
df1c324d2d
@ -127,7 +127,7 @@ class Views(TestCase):
|
|||||||
response = view(request)
|
response = view(request)
|
||||||
|
|
||||||
response.render()
|
response.render()
|
||||||
self.assertEqual(response.context_data["results"].object_list.count(), 0)
|
self.assertFalse("results" in response.context_data)
|
||||||
|
|
||||||
def test_search_lists(self):
|
def test_search_lists(self):
|
||||||
"""searches remote connectors"""
|
"""searches remote connectors"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user