test: add image properties to some entities

This commit is contained in:
Michel Jonathan Schmitz
2019-01-31 15:45:37 +00:00
committed by Jovan Krunić
parent bd3d3820c6
commit 9f50c9c565
2 changed files with 8 additions and 4 deletions

View File

@@ -57,7 +57,8 @@
"name": "bad" "name": "bad"
}, },
{ {
"name": "vegetarian" "name": "vegetarian",
"image": "https://backend/res/img/characteristic_small_vegetarian.png"
} }
], ],
"additives": [ "additives": [

View File

@@ -52,7 +52,8 @@
], ],
"characteristics": [ "characteristics": [
{ {
"name": "Rind" "name": "Rind",
"image": "https://backend/res/img/characteristic_small_rind.png"
} }
], ],
"description": "Salsa Burger (1,2,3,9,A,G)", "description": "Salsa Burger (1,2,3,9,A,G)",
@@ -61,7 +62,8 @@
{ {
"characteristics": [ "characteristics": [
{ {
"name": "Vegan" "name": "Vegan",
"image": "https://backend/res/img/characteristic_small_vegan.png"
} }
], ],
"description": "Pommes frites", "description": "Pommes frites",
@@ -93,7 +95,8 @@
{ {
"characteristics": [ "characteristics": [
{ {
"name": "Vegan" "name": "Vegan",
"image": "https://backend/res/img/characteristic_small_vegan.png"
} }
], ],
"description": "Glasierte Karotten", "description": "Glasierte Karotten",