diff options
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |