Spelling of controlling in mqtt valve tests (#117301)

This commit is contained in:
Jan Bouwhuis 2024-05-12 14:06:21 +02:00 committed by GitHub
parent 4f4389ba85
commit 65a4e5a1af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -477,7 +477,7 @@ async def test_state_via_state_trough_position_with_alt_range(
(SERVICE_STOP_VALVE, "SToP"),
],
)
async def test_controling_valve_by_state(
async def test_controlling_valve_by_state(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
service: str,
@ -631,7 +631,7 @@ async def test_open_close_payload_config_not_allowed(
(SERVICE_OPEN_VALVE, "OPEN", STATE_OPEN),
],
)
async def test_controling_valve_by_state_optimistic(
async def test_controlling_valve_by_state_optimistic(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
service: str,
@ -683,7 +683,7 @@ async def test_controling_valve_by_state_optimistic(
(SERVICE_STOP_VALVE, "-1"),
],
)
async def test_controling_valve_by_position(
async def test_controlling_valve_by_position(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
service: str,
@ -734,7 +734,7 @@ async def test_controling_valve_by_position(
(100, "100"),
],
)
async def test_controling_valve_by_set_valve_position(
async def test_controlling_valve_by_set_valve_position(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
position: int,
@ -786,7 +786,7 @@ async def test_controling_valve_by_set_valve_position(
(100, "100", 100, STATE_OPEN),
],
)
async def test_controling_valve_optimistic_by_set_valve_position(
async def test_controlling_valve_optimistic_by_set_valve_position(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
position: int,
@ -843,7 +843,7 @@ async def test_controling_valve_optimistic_by_set_valve_position(
(100, "127"),
],
)
async def test_controling_valve_with_alt_range_by_set_valve_position(
async def test_controlling_valve_with_alt_range_by_set_valve_position(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
position: int,
@ -894,7 +894,7 @@ async def test_controling_valve_with_alt_range_by_set_valve_position(
(SERVICE_OPEN_VALVE, "127"),
],
)
async def test_controling_valve_with_alt_range_by_position(
async def test_controlling_valve_with_alt_range_by_position(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
service: str,
@ -955,7 +955,7 @@ async def test_controling_valve_with_alt_range_by_position(
(SERVICE_OPEN_VALVE, "100", STATE_OPEN, 100),
],
)
async def test_controling_valve_by_position_optimistic(
async def test_controlling_valve_by_position_optimistic(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
service: str,
@ -1014,7 +1014,7 @@ async def test_controling_valve_by_position_optimistic(
(100, "127", 100, STATE_OPEN),
],
)
async def test_controling_valve_optimistic_alt_trange_by_set_valve_position(
async def test_controlling_valve_optimistic_alt_trange_by_set_valve_position(
hass: HomeAssistant,
mqtt_mock_entry: MqttMockHAClientGenerator,
position: int,