mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix call to async_setup_component in translation test (#107807)
This commit is contained in:
parent
44a6882c39
commit
8a9f9b94ef
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user