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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py
index 1b430cacd..fed0ccf58 100644
--- a/ishtar_common/tests.py
+++ b/ishtar_common/tests.py
@@ -2409,8 +2409,7 @@ class ImportTest(TestCase):
klass="ishtar_common.models.Person", name="Person"
)
importer_type = models.ImporterType.objects.create(associated_models=imp_model)
-
- dest = os.path.join(settings.MEDIA_ROOT, "MCC-operations-example.csv")
+ dest = os.path.join("media", "MCC-operations-example.csv")
shutil.copy(
settings.ROOT_PATH
+ "../archaeological_operations/tests/MCC-operations-example.csv",