mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
refactor: update the test to match the new characteristics structure
This commit is contained in:
committed by
Jovan Krunić
parent
05d346b5c6
commit
5238abee57
@@ -53,8 +53,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"characteristics": [
|
"characteristics": [
|
||||||
"bad",
|
{
|
||||||
"vegetarian"
|
"name": "bad"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vegetarian"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"additives": [
|
"additives": [
|
||||||
"Weizen",
|
"Weizen",
|
||||||
|
|||||||
@@ -51,14 +51,18 @@
|
|||||||
"main dish"
|
"main dish"
|
||||||
],
|
],
|
||||||
"characteristics": [
|
"characteristics": [
|
||||||
"Rind"
|
{
|
||||||
|
"name": "Rind"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"description": "Salsa Burger (1,2,3,9,A,G)",
|
"description": "Salsa Burger (1,2,3,9,A,G)",
|
||||||
"name": "Salsa Burger",
|
"name": "Salsa Burger",
|
||||||
"dishAddOns": [
|
"dishAddOns": [
|
||||||
{
|
{
|
||||||
"characteristics": [
|
"characteristics": [
|
||||||
"Vegan"
|
{
|
||||||
|
"name": "Vegan"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"description": "Pommes frites",
|
"description": "Pommes frites",
|
||||||
"type": "dish",
|
"type": "dish",
|
||||||
@@ -88,7 +92,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"characteristics": [
|
"characteristics": [
|
||||||
"Vegan"
|
{
|
||||||
|
"name": "Vegan"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"description": "Glasierte Karotten",
|
"description": "Glasierte Karotten",
|
||||||
"type": "dish",
|
"type": "dish",
|
||||||
|
|||||||
Reference in New Issue
Block a user