mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-15 18:56:18 +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": [
|
||||
"bad",
|
||||
"vegetarian"
|
||||
{
|
||||
"name": "bad"
|
||||
},
|
||||
{
|
||||
"name": "vegetarian"
|
||||
}
|
||||
],
|
||||
"additives": [
|
||||
"Weizen",
|
||||
|
||||
@@ -51,14 +51,18 @@
|
||||
"main dish"
|
||||
],
|
||||
"characteristics": [
|
||||
"Rind"
|
||||
{
|
||||
"name": "Rind"
|
||||
}
|
||||
],
|
||||
"description": "Salsa Burger (1,2,3,9,A,G)",
|
||||
"name": "Salsa Burger",
|
||||
"dishAddOns": [
|
||||
{
|
||||
"characteristics": [
|
||||
"Vegan"
|
||||
{
|
||||
"name": "Vegan"
|
||||
}
|
||||
],
|
||||
"description": "Pommes frites",
|
||||
"type": "dish",
|
||||
@@ -88,7 +92,9 @@
|
||||
},
|
||||
{
|
||||
"characteristics": [
|
||||
"Vegan"
|
||||
{
|
||||
"name": "Vegan"
|
||||
}
|
||||
],
|
||||
"description": "Glasierte Karotten",
|
||||
"type": "dish",
|
||||
|
||||
Reference in New Issue
Block a user