mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Update snapshot for Bring tests (#126699)
This commit is contained in:
parent
242a3c6616
commit
e10d731049
@ -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 @@
|
|||||||
}),
|
}),
|
||||||
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 @@
|
|||||||
'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 @@
|
|||||||
}),
|
}),
|
||||||
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user