Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Jan 28, 2025
1 parent 4c538b0 commit 7b5583b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ async def test_successful_discovery_flow(hass, bypass_get_data):
# Check that the config flow is complete and a new entry is created with
# the input data
flow_output = MOCK_CONFIG_FLOW.copy()
flow_output[CONF_CPIDS][-1]["test_cp_id"][CONF_MONITORED_VARIABLES_AUTOCONFIG] = False
flow_output[CONF_CPIDS][-1]["test_cp_id"][CONF_MONITORED_VARIABLES_AUTOCONFIG] = (
False
)
assert result_meas["type"] == data_entry_flow.FlowResultType.ABORT
entry = hass.config_entries._entries.get_entries_for_domain(DOMAIN)[0]
assert entry.data == flow_output
Expand Down

0 comments on commit 7b5583b

Please sign in to comment.