From 283c594606b5c69ef2cc750f4eabdafcc904f0b4 Mon Sep 17 00:00:00 2001 From: Thomas André Date: Thu, 17 Apr 2025 08:58:48 +0200 Subject: Tests for the convertion of data from the database to a .gpkg + Modifications to keep specific importers in Ishtar --- ishtar_common/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 8d3fd837a..d14c861bd 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -2736,7 +2736,7 @@ class BaseImportTest(TestCase): root = os.path.join(settings.LIB_BASE_PATH, "archaeological_finds", "tests") self.root = root # Path to zip - importer_filename = os.path.join(root, "qfield-importeur-test.zip") + importer_filename = os.path.join(root, "qfield-csv-test.zip") restore_serialized(importer_filename) imp_group = models.ImporterGroup.objects.get(slug="qfield-csv-test") # Must change the name !!! # Opening of the csv -- cgit v1.2.3