Skip to content
Snippets Groups Projects
Unverified Commit e10d7310 authored by Manu's avatar Manu Committed by GitHub
Browse files

Update snapshot for Bring tests (#126699)

parent 242a3c66
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,14 @@ ...@@ -7,6 +7,14 @@
'purchase': list([ 'purchase': list([
dict({ dict({
'attributes': list([ 'attributes': list([
dict({
'content': dict({
'convenient': True,
'discounted': True,
'urgent': True,
}),
'type': 'PURCHASE_CONDITIONS',
}),
]), ]),
'itemId': 'Paprika', 'itemId': 'Paprika',
'specification': 'Rot', 'specification': 'Rot',
...@@ -14,6 +22,14 @@ ...@@ -14,6 +22,14 @@
}), }),
dict({ dict({
'attributes': list([ 'attributes': list([
dict({
'content': dict({
'convenient': True,
'discounted': True,
'urgent': True,
}),
'type': 'PURCHASE_CONDITIONS',
}),
]), ]),
'itemId': 'Pouletbrüstli', 'itemId': 'Pouletbrüstli',
'specification': 'Bio', 'specification': 'Bio',
...@@ -39,6 +55,14 @@ ...@@ -39,6 +55,14 @@
'purchase': list([ 'purchase': list([
dict({ dict({
'attributes': list([ 'attributes': list([
dict({
'content': dict({
'convenient': True,
'discounted': True,
'urgent': True,
}),
'type': 'PURCHASE_CONDITIONS',
}),
]), ]),
'itemId': 'Paprika', 'itemId': 'Paprika',
'specification': 'Rot', 'specification': 'Rot',
...@@ -46,6 +70,14 @@ ...@@ -46,6 +70,14 @@
}), }),
dict({ dict({
'attributes': list([ 'attributes': list([
dict({
'content': dict({
'convenient': True,
'discounted': True,
'urgent': True,
}),
'type': 'PURCHASE_CONDITIONS',
}),
]), ]),
'itemId': 'Pouletbrüstli', 'itemId': 'Pouletbrüstli',
'specification': 'Bio', 'specification': 'Bio',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment