We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4104b05 + 474bcce commit 9c59d1aCopy full SHA for 9c59d1a
tests/test_config_flow.py
@@ -87,7 +87,7 @@ async def test_failed_config_flow(hass, error_on_get_data):
87
88
# Call again for step_id == "measurands" with default measurand
89
error_config = MOCK_CONFIG_2
90
- error_config["test_error_measurand"] = False
+ error_config["test_error_measurand"] = True
91
result = await hass.config_entries.flow.async_configure(
92
result["flow_id"], user_input=error_config
93
)
0 commit comments