diff --git a/test/resources/Dish.2.json b/test/resources/Dish.2.json index e61534a6..d74f8359 100644 --- a/test/resources/Dish.2.json +++ b/test/resources/Dish.2.json @@ -57,7 +57,8 @@ "name": "bad" }, { - "name": "vegetarian" + "name": "vegetarian", + "image": "https://backend/res/img/characteristic_small_vegetarian.png" } ], "additives": [ diff --git a/test/resources/Dish.3.json b/test/resources/Dish.3.json index e043045c..714f40ee 100644 --- a/test/resources/Dish.3.json +++ b/test/resources/Dish.3.json @@ -52,7 +52,8 @@ ], "characteristics": [ { - "name": "Rind" + "name": "Rind", + "image": "https://backend/res/img/characteristic_small_rind.png" } ], "description": "Salsa Burger (1,2,3,9,A,G)", @@ -61,7 +62,8 @@ { "characteristics": [ { - "name": "Vegan" + "name": "Vegan", + "image": "https://backend/res/img/characteristic_small_vegan.png" } ], "description": "Pommes frites", @@ -93,7 +95,8 @@ { "characteristics": [ { - "name": "Vegan" + "name": "Vegan", + "image": "https://backend/res/img/characteristic_small_vegan.png" } ], "description": "Glasierte Karotten",