1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/tests/components/cookidoo/snapshots/test_diagnostics.ambr
2025-12-29 13:54:36 +01:00

68 lines
1.6 KiB
Plaintext

# serializer version: 1
# name: test_diagnostics
dict({
'data': dict({
'additional_items': list([
dict({
'id': 'unique_id_tomaten',
'is_owned': False,
'name': 'Tomaten',
}),
]),
'ingredient_items': list([
dict({
'description': '200 g',
'id': 'unique_id_mehl',
'is_owned': False,
'name': 'Mehl',
}),
]),
'subscription': dict({
'active': True,
'expires': '2025-12-16T23:59:00Z',
'extended_type': 'REGULAR',
'start_date': '2024-12-16T00:00:00Z',
'status': 'ACTIVE',
'subscription_level': 'FULL',
'subscription_source': 'COMMERCE',
'type': 'REGULAR',
}),
'week_plan': list([
dict({
'id': '2025-03-04',
'recipes': list([
dict({
'id': 'r1',
'name': 'Waffles',
'total_time': 1500,
}),
]),
'title': '2025-03-04',
}),
dict({
'id': '2025-03-05',
'recipes': list([
dict({
'id': 'r2',
'name': 'Mint Tea',
'total_time': 1500,
}),
]),
'title': '2025-03-05',
}),
]),
}),
'entry_data': dict({
'country': 'CH',
'email': 'test-email',
'language': 'de-CH',
'password': '**REDACTED**',
}),
'user': dict({
'description': None,
'picture': None,
'username': 'username_1234',
}),
})
# ---