Skip to content

Commit

Permalink
Remove invalid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Oct 4, 2024
1 parent 90b6766 commit a506a8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_config_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -6685,7 +6685,6 @@ async def _async_step_confirm(self):
self._abort_if_unique_id_mismatch()
return self.async_abort(reason="success")

# A reauth flow does not have access to the config entry from context
with mock_config_flow("test", TestFlow):
if source == config_entries.SOURCE_REAUTH:
result = await entry.start_reauth_flow(hass)
Expand Down

0 comments on commit a506a8b

Please sign in to comment.