From ec6293ec037364f4863a4110d41b6dd538c567b5 Mon Sep 17 00:00:00 2001 From: QuentinAndre Date: Thu, 19 Aug 2021 00:46:25 +0200 Subject: create_cr_with_bfs returns pks --- archaeological_context_records/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/tests.py') diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 16bf6d303..daa38c26b 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -1441,7 +1441,7 @@ class SeleniumTestsContextRecords(SeleniumTests): self.assertMap(dic_base) def test_geo_items(self): - geo_elements = self.setUpDefaultGeoItems() + geo_elements, ope_pks = self.setUpDefaultGeoItems() poly_cr, centr_cr, pt_cr = geo_elements[1] dic_polygon = { -- cgit v1.2.3