From e10d73104944c6c1c5660ee39f8f3b6bce063670 Mon Sep 17 00:00:00 2001 From: Manu Date: Wed, 25 Sep 2024 04:27:20 +0200 Subject: [PATCH] Update snapshot for Bring tests (#126699) --- .../bring/snapshots/test_diagnostics.ambr | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/tests/components/bring/snapshots/test_diagnostics.ambr b/tests/components/bring/snapshots/test_diagnostics.ambr index db0801447e1110..6d830a12133644 100644 --- a/tests/components/bring/snapshots/test_diagnostics.ambr +++ b/tests/components/bring/snapshots/test_diagnostics.ambr @@ -7,6 +7,14 @@ 'purchase': list([ dict({ 'attributes': list([ + dict({ + 'content': dict({ + 'convenient': True, + 'discounted': True, + 'urgent': True, + }), + 'type': 'PURCHASE_CONDITIONS', + }), ]), 'itemId': 'Paprika', 'specification': 'Rot', @@ -14,6 +22,14 @@ }), dict({ 'attributes': list([ + dict({ + 'content': dict({ + 'convenient': True, + 'discounted': True, + 'urgent': True, + }), + 'type': 'PURCHASE_CONDITIONS', + }), ]), 'itemId': 'Pouletbrüstli', 'specification': 'Bio', @@ -39,6 +55,14 @@ 'purchase': list([ dict({ 'attributes': list([ + dict({ + 'content': dict({ + 'convenient': True, + 'discounted': True, + 'urgent': True, + }), + 'type': 'PURCHASE_CONDITIONS', + }), ]), 'itemId': 'Paprika', 'specification': 'Rot', @@ -46,6 +70,14 @@ }), dict({ 'attributes': list([ + dict({ + 'content': dict({ + 'convenient': True, + 'discounted': True, + 'urgent': True, + }), + 'type': 'PURCHASE_CONDITIONS', + }), ]), 'itemId': 'Pouletbrüstli', 'specification': 'Bio',