Adapting tests
This commit is contained in:
parent
b8dfef691e
commit
0ee5fc59d3
@ -68,6 +68,6 @@ class TestPlaceListView(ViewTestCase, TestCase):
|
||||
self.client.login(username='testpeter', password='Develop123')
|
||||
response = self.client.get(reverse_lazy('place_list'))
|
||||
|
||||
self._test_has_context_key(response, 'place_map_center')
|
||||
self._test_has_context_key(response, 'map_config')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user