From 0398a481c38cc1b19b1bff0148e8f9bef39dd493 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 18 Apr 2024 02:25:03 -0500 Subject: [PATCH] Fix failing sanix tests (#115793) Fixing failing sanix tests Regenerate snapshot to match what actually happens. There is no translation keys for these two --- tests/components/sanix/snapshots/test_sensor.ambr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/components/sanix/snapshots/test_sensor.ambr b/tests/components/sanix/snapshots/test_sensor.ambr index 792d2a3be64..84c97ce68b1 100644 --- a/tests/components/sanix/snapshots/test_sensor.ambr +++ b/tests/components/sanix/snapshots/test_sensor.ambr @@ -29,7 +29,7 @@ 'platform': 'sanix', 'previous_unique_id': None, 'supported_features': 0, - 'translation_key': 'battery', + 'translation_key': None, 'unique_id': '1810088-battery', 'unit_of_measurement': '%', }) @@ -126,7 +126,7 @@ 'platform': 'sanix', 'previous_unique_id': None, 'supported_features': 0, - 'translation_key': 'distance', + 'translation_key': None, 'unique_id': '1810088-distance', 'unit_of_measurement': , })