Skip to content

Commit 9c59d1a

Browse files
authored
Merge pull request #4 from drc38/dev3
change to True
2 parents 4104b05 + 474bcce commit 9c59d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def test_failed_config_flow(hass, error_on_get_data):
8787

8888
# Call again for step_id == "measurands" with default measurand
8989
error_config = MOCK_CONFIG_2
90-
error_config["test_error_measurand"] = False
90+
error_config["test_error_measurand"] = True
9191
result = await hass.config_entries.flow.async_configure(
9292
result["flow_id"], user_input=error_config
9393
)

0 commit comments

Comments
 (0)