From 533d28c5e7721c77d7709597f1f9800e9cd7d246 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 18 Jul 2025 18:28:34 +0200 Subject: [PATCH] Revert "Fix tests" This reverts commit 392e4c1130596fcbf436a4bf645f39d510b89ab2. --- tests/components/blueprint/snapshots/test_importer.ambr | 2 -- tests/helpers/test_service.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/components/blueprint/snapshots/test_importer.ambr b/tests/components/blueprint/snapshots/test_importer.ambr index fdfd3f6b285..38cb3b485d4 100644 --- a/tests/components/blueprint/snapshots/test_importer.ambr +++ b/tests/components/blueprint/snapshots/test_importer.ambr @@ -203,7 +203,6 @@ 'light', ]), 'multiple': False, - 'reorder': False, }), }), }), @@ -218,7 +217,6 @@ 'binary_sensor', ]), 'multiple': False, - 'reorder': False, }), }), }), diff --git a/tests/helpers/test_service.py b/tests/helpers/test_service.py index 8f094536988..f4d0846c262 100644 --- a/tests/helpers/test_service.py +++ b/tests/helpers/test_service.py @@ -1091,7 +1091,6 @@ async def test_async_get_all_descriptions_filter(hass: HomeAssistant) -> None: } ], "multiple": False, - "reorder": False, }, }, }, @@ -1114,7 +1113,6 @@ async def test_async_get_all_descriptions_filter(hass: HomeAssistant) -> None: } ], "multiple": False, - "reorder": False, }, }, },