mirror of
https://github.com/home-assistant/core.git
synced 2026-02-05 06:45:57 +01:00
climate ignore_missing_translations
This commit is contained in:
@@ -49,6 +49,9 @@ from tests.common import (
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"ignore_missing_translations", ["component.climate.services.test_set_temperature."]
|
||||
)
|
||||
async def test_set_temp_schema_no_req(
|
||||
hass: HomeAssistant, caplog: pytest.LogCaptureFixture
|
||||
) -> None:
|
||||
@@ -66,6 +69,9 @@ async def test_set_temp_schema_no_req(
|
||||
assert len(calls) == 0
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"ignore_missing_translations", ["component.climate.services.test_set_temperature."]
|
||||
)
|
||||
async def test_set_temp_schema(
|
||||
hass: HomeAssistant, caplog: pytest.LogCaptureFixture
|
||||
) -> None:
|
||||
|
||||
Reference in New Issue
Block a user