1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 15:26:01 +00:00

touch ups

This commit is contained in:
J. Nick Koston
2025-10-25 10:26:53 -07:00
parent 7efa1f7641
commit 16130308f9
2 changed files with 2 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ async def test_host_mode_empty_string_options(
initial_state = states[initial_option_test.key]
assert initial_state.state == "Third", (
f"Expected initial state 'Third' but got '{initial_state.state}' - "
f"initial_option_index optimization may not be working correctly"
f"initial_option not correctly applied"
)
# The main test is that we got here without protobuf errors