From fa80836933a7ff4786d9d460f41eb4a90f944b08 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Apr 2026 15:46:37 +0200 Subject: 🧪 fix tests to test import trigerred by UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 022783f64..b4f3cd930 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -3282,7 +3282,7 @@ class ImportTest(BaseImportTest): def test_archive_group_import(self): group_import = self.create_group_import() - group_import.importation() + group_import.start_import() profile = models.get_current_profile() profile.delete_image_zip_on_archive = False profile.save() -- cgit v1.2.3