Adapting tests

This commit is contained in:
reverend 2020-09-12 12:02:17 +02:00
parent b8dfef691e
commit 0ee5fc59d3

View File

@ -68,6 +68,6 @@ class TestPlaceListView(ViewTestCase, TestCase):
self.client.login(username='testpeter', password='Develop123') self.client.login(username='testpeter', password='Develop123')
response = self.client.get(reverse_lazy('place_list')) 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')