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,