From 8a9f9b94ef8437869895e0227eb0ecf55b38bd92 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 11 Jan 2024 21:09:32 +0100 Subject: [PATCH] Fix call to async_setup_component in translation test (#107807) --- tests/helpers/test_translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/test_translation.py b/tests/helpers/test_translation.py index 350e706ca1d..527e1a07c23 100644 --- a/tests/helpers/test_translation.py +++ b/tests/helpers/test_translation.py @@ -43,7 +43,7 @@ async def test_component_translation_path( "switch", {"switch": [{"platform": "test"}, {"platform": "test_embedded"}]}, ) - assert await async_setup_component(hass, "test_package", {"test_package"}) + assert await async_setup_component(hass, "test_package", {"test_package": None}) ( int_test,