Fix call to async_setup_component in translation test (#107807)

This commit is contained in:
Erik Montnemery 2024-01-11 21:09:32 +01:00 committed by GitHub
parent 44a6882c39
commit 8a9f9b94ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ async def test_component_translation_path(
"switch", "switch",
{"switch": [{"platform": "test"}, {"platform": "test_embedded"}]}, {"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, int_test,