summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r--ishtar_common/tests.py2
1 files changed, 1 insertions, 1 deletions
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()