From 6be47b1fbde48d810cc1d5cfd9824f41513805fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 23 Aug 2023 09:20:53 +0200 Subject: [PATCH] Fix Airzone Cloud diagnostics (#98857) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- .../airzone_cloud/snapshots/test_diagnostics.ambr | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/components/airzone_cloud/snapshots/test_diagnostics.ambr b/tests/components/airzone_cloud/snapshots/test_diagnostics.ambr index abdcc90978d..94e602ec03b 100644 --- a/tests/components/airzone_cloud/snapshots/test_diagnostics.ambr +++ b/tests/components/airzone_cloud/snapshots/test_diagnostics.ambr @@ -139,12 +139,17 @@ 'systems': dict({ 'system1': dict({ 'available': True, + 'errors': list([ + dict({ + '_id': 'error-id', + }), + ]), 'id': 'system1', 'installation': 'installation1', 'is-connected': True, 'mode': None, 'name': 'System 1', - 'problems': False, + 'problems': True, 'system': 1, 'web-server': 'webserver1', 'ws-connected': True,