summaryrefslogtreecommitdiff
path: root/archaeological_finds/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r--archaeological_finds/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py
index 00a45ba6a..929cdfeff 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -423,7 +423,8 @@ class ImportFindTest(ImportTest, TestCase):
'imported_images': SimpleUploadedFile(mcc_images.name,
mcc_images.read())}
post_dict = {'importer_type': MCC.pk, 'skip_lines': 1,
- "encoding": 'utf-8', "name": 'init_find_import'}
+ "encoding": 'utf-8', "name": 'init_find_import',
+ "csv_sep": u","}
form = forms_common.NewImportForm(data=post_dict, files=file_dict,
user=self.user)
form.is_valid()