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,