From c765f09197c0ad3e5fb8a77370832c4593e635e1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 15 May 2018 18:54:48 +0200 Subject: Fix importer fixtures for M2M images --- ishtar_common/fixtures/initial_importtypes-fr.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ishtar_common/fixtures/initial_importtypes-fr.json b/ishtar_common/fixtures/initial_importtypes-fr.json index 8d974903b..c7c4008fc 100644 --- a/ishtar_common/fixtures/initial_importtypes-fr.json +++ b/ishtar_common/fixtures/initial_importtypes-fr.json @@ -7366,7 +7366,7 @@ "ishtar-operations", 38 ], - "target": "image", + "target": "images__image", "regexp_filter": null, "formater_type": [ "FileFormater", @@ -7846,7 +7846,7 @@ "ishtar-context-record", 15 ], - "target": "image", + "target": "images__image", "regexp_filter": null, "formater_type": [ "FileFormater", @@ -8606,7 +8606,7 @@ "ishtar-finds", 30 ], - "target": "image", + "target": "images__image", "regexp_filter": null, "formater_type": [ "FileFormater", @@ -10046,7 +10046,7 @@ "inventory_combo", 36 ], - "target": "image", + "target": "images__image", "regexp_filter": null, "formater_type": [ "FileFormater", -- cgit v1.2.3