Skip to content

Commit

Permalink
Fix reauth test
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Oct 11, 2024
1 parent 5a9aec1 commit 0ab5c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async def test_token_refresh(hass, connect):
await hass.async_block_till_done()

assert result2["type"] == data_entry_flow.FlowResultType.ABORT
assert result2["reason"] == "reconfigured"
assert result2["reason"] == "reauth_successful"
assert len(mock_setup_entry.mock_calls) == 1

entries = hass.config_entries.async_entries(DOMAIN)
Expand Down

0 comments on commit 0ab5c29

Please sign in to comment.