diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-28 13:40:59 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-28 13:40:59 +0100 |
commit | b52d37e7b8fc08e071659cff281c1c583034c352 (patch) | |
tree | 1ecad22e5f83a9a77a1dc40e3f9e0bc749acef83 /archaeological_finds/tests.py | |
parent | fc10df61184f3d06137a2b6f062b94c70d621688 (diff) | |
download | Ishtar-b52d37e7b8fc08e071659cff281c1c583034c352.tar.bz2 Ishtar-b52d37e7b8fc08e071659cff281c1c583034c352.zip |
Imports: update MCC tests - fix m2m creation when not valu is provided
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r-- | archaeological_finds/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py index 34cacfe42..ccf821757 100644 --- a/archaeological_finds/tests.py +++ b/archaeological_finds/tests.py @@ -58,7 +58,7 @@ class ImportFindTest(ImportContextRecordTest): # doing manual connections ceram = models.MaterialType.objects.get(txt_idx='ceramic').pk - self.setTargetKey('find__material_types', 'ceramique', ceram) + self.setTargetKey('find__material_types', 'terre-cuite', ceram) impt.importation() if not test: return |