diff --git a/tests/test_config_entries.py b/tests/test_config_entries.py index 7df2c91f0ef0e..77db9a813715b 100644 --- a/tests/test_config_entries.py +++ b/tests/test_config_entries.py @@ -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)