From 20cb7d66a947f7525fb988fe94a243f9fa4d2819 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Sep 2023 12:48:57 +0200 Subject: 🧪 Import group archive: failing test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 423eae635..baffffa26 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -95,6 +95,7 @@ from archaeological_files.models import File, FileType from ishtar_common import forms_common from ishtar_common.tests import ( + BaseImportTest, WizardTest, WizardTestFormData as FormData, create_superuser, @@ -158,7 +159,7 @@ class FileInit(object): self.item.save() -class ImportTest: +class ImportTest(BaseImportTest): def setUp(self): self.username, self.password, self.user = create_superuser() self.ishtar_user = IshtarUser.objects.get(pk=self.user.pk) -- cgit v1.2.3